Show
Ignore:
Timestamp:
02/16/08 21:20:24 (10 months ago)
Author:
rambo
Message:

merging manifest fixes from branch-28, part 2

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/midcom.services.at/config/manifest.inc

    r15038 r15057  
    3333        ( 
    3434            'handler' => 'midcom_services_at_cron_check', 
    35             'recurrence' => 'MIDCOM_CRON_MINUTE', 
     35            'recurrence' => MIDCOM_CRON_MINUTE, 
     36        ), 
     37        array 
     38        ( 
     39            'handler' => 'midcom_services_at_cron_clean', 
     40            'recurrence' => MIDCOM_CRON_DAY, 
    3641        ), 
    3742    ),