Changeset 686 for trunk/phpbms/modules/base/include/scheduler.php
- Timestamp:
- 12/21/09 16:58:44 (2 years ago)
- Files:
-
- 1 modified
-
trunk/phpbms/modules/base/include/scheduler.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/modules/base/include/scheduler.php
r663 r686 151 151 $variables["enddatetime"] = NULL; 152 152 153 154 if(!isset($variables["scripttype"])) 155 $variables["scripttype"] = "job"; 156 153 157 switch($variables["scripttype"]){ 154 158