Changeset 14329 for trunk/midcom/midcom.core/midcom/services/cron.php
- Timestamp:
- 01/09/08 00:20:19 (1 year ago)
- Files:
-
- trunk/midcom/midcom.core/midcom/services/cron.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/midcom.core/midcom/services/cron.php
r14179 r14329 199 199 * @param string $component The name of the component the job is associated with, used for error-tracking. 200 200 * @param Array $job The job to register. 201 * @return bool Indicating validity.201 * @return boolean Indicating validity. 202 202 */ 203 203 function _validate_job($component, $job) … … 271 271 * 272 272 * @param string $handler_name The name of the handler to validate 273 * @return bool Indicating success273 * @return boolean Indicating success 274 274 */ 275 275 function _validate_handler($handler_name)
