Changeset 688 for trunk/admin.php


Ignore:
Timestamp:
Jan 13, 2005, 11:18:49 AM (19 years ago)
Author:
plg
Message:
  • use template->parse instead of pparse. (exceptions for install.php and upgrade.php)
  • bug fixed : queries time and count were not displayed on a redirection
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin.php

    r675 r688  
    245245  $template->assign_vars(array ('ADMIN_CONTENT'=> '<div style="text-align:center">'.$lang['default_message'].'</div>') );
    246246}
    247 $template->pparse('admin');
     247$template->parse('admin');
    248248include(PHPWG_ROOT_PATH.'include/page_tail.php');
    249249// +-----------------------------------------------------------------------+
Note: See TracChangeset for help on using the changeset viewer.