Ignore:
Timestamp:
Mar 20, 2008, 1:35:36 AM (16 years ago)
Author:
rvelices
Message:
  • admin/notification_by_mail goes smarty - THE LAST ONE :-) :-)
  • get rid of user_list warnings
  • some code reorganisation in template class + explode modifier
  • minor template and language changes in search.tpl and cat_modify.tpl
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/include/check_integrity.class.php

    r2269 r2286  
    260260          $submit_ignore = true;
    261261        }
    262        
     262
    263263        $template->append('c13y_list', $c13y_display);
    264264      }
     
    267267      $template->assign('c13y_show_submit_ignore', $submit_ignore);
    268268
    269       $template->concat_var('ADMIN_CONTENT', $template->parse('check_integrity', true));
     269      $template->concat('ADMIN_CONTENT', $template->parse('check_integrity', true));
    270270
    271271    }
Note: See TracChangeset for help on using the changeset viewer.