Changeset 1675
- Timestamp:
- 10/24/09 16:44:18 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcCron/trunk/inc/class.dc.cron.php
r1644 r1675 147 147 } 148 148 else { 149 $this->core->error->add(sprintf(__('[dcCron] Impossible to delete task: %s. It does not exist s'),$v));149 $this->core->error->add(sprintf(__('[dcCron] Impossible to delete task: %s. It does not exist'),$v)); 150 150 $res = false; 151 151 } … … 168 168 } 169 169 else { 170 $this->core->error->add(sprintf(__('[dcCron] Impossible to enable task: %s. It does not exist s'),$nid));170 $this->core->error->add(sprintf(__('[dcCron] Impossible to enable task: %s. It does not exist'),$nid)); 171 171 return false; 172 172 } … … 186 186 } 187 187 else { 188 $this->core->error->add(sprintf(__('[dcCron] Impossible to disable task: %s. It does not exist s'),$nid));188 $this->core->error->add(sprintf(__('[dcCron] Impossible to disable task: %s. It does not exist'),$nid)); 189 189 return false; 190 190 }
Note: See TracChangeset
for help on using the changeset viewer.