Changeset 13924 for trunk/periodic
- Timestamp:
- 04/18/10 20:41:42 (2 years ago)
- File:
-
- 1 edited
-
trunk/periodic/cron.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/periodic/cron.php
r12363 r13924 19 19 20 20 $GLOBALS['bx_profiler_disable'] = true; 21 define('BX_DOL_CRON_EXECUTE', '1'); 21 22 22 23 $aPathInfo = pathinfo(__FILE__); … … 25 26 require_once(BX_DIRECTORY_PATH_INC . 'profiles.inc.php' ); 26 27 require_once(BX_DIRECTORY_PATH_CLASSES . 'BxDolDb.php'); 27 28 define('BX_DOL_CRON_EXECUTE', '1');29 28 30 29 /*
Note: See TracChangeset
for help on using the changeset viewer.