aboutsummaryrefslogtreecommitdiffstats
path: root/search.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2005-01-13 10:18:49 +0000
committerplegall <plg@piwigo.org>2005-01-13 10:18:49 +0000
commit0737f91b1934d475fc2bafbc2736d38fd159cdf7 (patch)
treeb40de109b025a04fad35b1aa6f2ff8c9ed483300 /search.php
parent57475d91bec00849987572b2929448d679b5c445 (diff)
- 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
Diffstat (limited to 'search.php')
-rw-r--r--search.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/search.php b/search.php
index 9f83f2dba..4bf65c5be 100644
--- a/search.php
+++ b/search.php
@@ -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');
?>