Changeset 9912
- Timestamp:
- 06/24/10 04:25:45 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
contributed_modules/modules/endpointman/install.php
r9907 r9912 777 777 778 778 out("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')"; 780 780 $db->query($sql); 781 781
