Changeset 9912

Show
Ignore:
Timestamp:
06/24/10 04:25:45 (3 years ago)
Author:
tm1000
Message:

Auto Check-in of any outstanding patches

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • contributed_modules/modules/endpointman/install.php

    r9907 r9912  
    777777 
    778778out("Add Automatic Update Check [Can be Disabled]"); 
    779 $sql = "INSERT INTO cronmanager (module, id, time, freq, lasttime, command) VALUES ('endpointman', 'UPDATES', '23', '24', '0', 'php ".LOCAL_PATH "includes/update_check.php')"; 
     779$sql = "INSERT INTO cronmanager (module, id, time, freq, lasttime, command) VALUES ('endpointman', 'UPDATES', '23', '24', '0', 'php ".LOCAL_PATH. "includes/update_check.php')"; 
    780780$db->query($sql); 
    781781