Changeset 688 for trunk/admin


Ignore:
Timestamp:
Jan 13, 2005, 11:18:49 AM (20 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/search.php

    r675 r688  
    104104}
    105105
    106 $template->pparse('search');
     106$template->parse('search');
    107107include(PHPWG_ROOT_PATH.'include/page_tail.php');
    108108?>
Note: See TracChangeset for help on using the changeset viewer.