Changeset 2656
- Timestamp:
- 09/21/10 12:33:53 (13 years ago)
- Location:
- plugins/dcCron/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcCron/trunk/inc/class.dc.cron.list.php
r2650 r2656 133 133 $img_status.' '.$img_once. 134 134 "</td>\n". 135 '<td class="minimal nowrap ">'.135 '<td class="minimal nowrap status">'. 136 136 $link_edit. 137 137 "</td>\n". -
plugins/dcCron/trunk/index.php
r2654 r2656 227 227 228 228 if ($core->plugins->moduleExists('dcLog')) { 229 echo sprintf($p_a,'plugin.php?p=dcLog&blog_id='.$core->blog->id.'& component=dcCron',__('Go to see logs'));229 echo sprintf($p_a,'plugin.php?p=dcLog&blog_id='.$core->blog->id.'&table=dcCron',__('Go to see logs')); 230 230 } 231 231 elseif ($core->plugins->moduleExists('daInstaller')) {
Note: See TracChangeset
for help on using the changeset viewer.