From 6f03e29735ea395f31d09bbfd15a4e15eaf961e3 Mon Sep 17 00:00:00 2001 From: rub Date: Thu, 22 Feb 2007 20:20:30 +0000 Subject: o Proposition: improved display of 'x images in y sub-categories' or 'x images in this category' for cases when categories contain both images and sub-categories o Good idea of this new way for way conf['guest_access'], but I kept last implementation for access methods (Could be useful on future development) git-svn-id: http://piwigo.org/svn/trunk@1851 68402e56-0260-453c-a942-63ccdbb3a9ee --- search_rules.php | 1 + 1 file changed, 1 insertion(+) (limited to 'search_rules.php') diff --git a/search_rules.php b/search_rules.php index d9f0635a5..b3b213352 100644 --- a/search_rules.php +++ b/search_rules.php @@ -43,6 +43,7 @@ function inc_exc_str($is_included) define('PHPWG_ROOT_PATH','./'); include_once( PHPWG_ROOT_PATH.'include/common.inc.php' ); +check_status(ACCESS_NONE); include_once( PHPWG_ROOT_PATH.'include/functions_search.inc.php' ); $page['body_id'] = 'thePopuphelpPage'; -- cgit v1.2.3