From 0737f91b1934d475fc2bafbc2736d38fd159cdf7 Mon Sep 17 00:00:00 2001 From: plegall Date: Thu, 13 Jan 2005 10:18:49 +0000 Subject: - 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 --- admin/search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin/search.php') diff --git a/admin/search.php b/admin/search.php index e072abf91..e6eab6258 100644 --- a/admin/search.php +++ b/admin/search.php @@ -103,6 +103,6 @@ if ( !empty($username_list)) )); } -$template->pparse('search'); +$template->parse('search'); include(PHPWG_ROOT_PATH.'include/page_tail.php'); ?> \ No newline at end of file -- cgit v1.2.3