Changeset 7110

Show
Ignore:
Timestamp:
10/23/08 15:08:51 (5 years ago)
Author:
mbrevda
Message:

#3319, run cron_scheduler on submit

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/trunk/amp_conf/bin/retrieve_conf

    r6976 r7110  
    750750install_cron_scheduler(); 
    751751 
     752// check for and run backup_retrieve_backup_cron() 
     753if (function_exists('backup_retrieve_backup_cron')) { 
     754 backup_retrieve_backup_cron(); 
     755} 
     756 
    752757// run retrieve_conf_post_custom 
    753758// If the following file exists, it will be run. This allows customization to be run automatically after the normal