Changeset 815
- Timestamp:
- 02/25/09 15:34:30 (15 years ago)
- Location:
- plugins/dcCron
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcCron/_define.php
r809 r815 17 17 /* Description*/ "Schedule any tasks", 18 18 /* Author */ "Tomtom", 19 /* Version */ '0.7. 2',19 /* Version */ '0.7.3', 20 20 /* Permissions */ 'admin', 21 21 null, -
plugins/dcCron/inc/class.dc.cron.php
r809 r815 145 145 { 146 146 if (array_key_exists($nid,$this->tasks)) { 147 $this->tasks[$nid]['enabled'] = false;147 $this->tasks[$nid]['enabled'] = true; 148 148 $this->save(); 149 149 return true; … … 255 255 } 256 256 } 257 public function test() 258 { echo 'coucou'; } 257 259 } 258 260
Note: See TracChangeset
for help on using the changeset viewer.