From 8f97330100af0baa89e635046bc97554782ec571 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 29 Dec 2008 22:36:06 -0600 Subject: Store account type in local var when possible No need to call this function way too often, especially when on the package list page where it could be called up to once per row. Signed-off-by: Dan McGee Signed-off-by: Loui Chang --- web/template/pkg_search_results.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'web/template/pkg_search_results.php') diff --git a/web/template/pkg_search_results.php b/web/template/pkg_search_results.php index a1cb038..de77b91 100644 --- a/web/template/pkg_search_results.php +++ b/web/template/pkg_search_results.php @@ -48,6 +48,7 @@ $_GET['K'] = urlencode($_GET['K']); - + -- cgit v1.2.3-54-g00ecf