Ignore:
Timestamp:
03/12/10 10:59:32 (14 years ago)
Author:
pedroerp
Message:

Ticket #609 - Migração das classes do módulo workflow para a nova factory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/workflow/branches/609/inc/common.inc.php

    r2223 r2233  
    1717 * @name EGW_SERVER_ROOT 
    1818 */ 
    19 define('EGW_SERVER_ROOT', $HTTP_SERVER_VARS['DOCUMENT_ROOT']); 
     19define('EGW_SERVER_ROOT', $GLOBALS['HTTP_SERVER_VARS']['DOCUMENT_ROOT']); 
     20 
     21/** 
     22 * Server include base path. We must define our own constants 
     23 * because there are several cases in which workflow is called 
     24 * directly, thus PHPGW constants are not defined. 
     25 * @name EGW_INC_ROOT 
     26 */ 
     27define('EGW_INC_ROOT', EGW_SERVER_ROOT . '/phpgwapi/inc/'); 
    2028 
    2129/** 
Note: See TracChangeset for help on using the changeset viewer.