- 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


git-svn-id: http://piwigo.org/svn/trunk@688 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall 2005-01-13 10:18:49 +00:00
commit 0737f91b19
14 changed files with 18 additions and 15 deletions

View file

@ -269,6 +269,6 @@ if (sizeof($errors) != 0)
//------------------------------------------------------------ log informations
pwg_log( 'search', $title );
mysql_close();
$template->pparse('search');
$template->parse('search');
include(PHPWG_ROOT_PATH.'include/page_tail.php');
?>