From 4d322701de488c66916d15955099c3ed1ad061ab Mon Sep 17 00:00:00 2001 From: rvelices Date: Thu, 30 Mar 2006 00:37:07 +0000 Subject: fix: image_order cookie path fixed for url rewriting improve: add function access_denied called when check_status or check_restrictions fail fix: french language correction fix: remove php warnings in clean_iptc_value split search functions into include/functions_search.inc.php git-svn-id: http://piwigo.org/svn/trunk@1113 68402e56-0260-453c-a942-63ccdbb3a9ee --- search_rules.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'search_rules.php') diff --git a/search_rules.php b/search_rules.php index 8c3a3df25..6e6900e90 100644 --- a/search_rules.php +++ b/search_rules.php @@ -5,10 +5,10 @@ // | Copyright (C) 2003-2005 PhpWebGallery Team - http://phpwebgallery.net | // +-----------------------------------------------------------------------+ // | branch : BSF (Best So Far) -// | file : $RCSfile$ -// | last update : $Date: 2005-09-27 23:57:14 +0200 (mar, 27 sep 2005) $ -// | last modifier : $Author: plg $ -// | revision : $Revision: 879 $ +// | file : $Id$ +// | last update : $Date$ +// | last modifier : $Author$ +// | revision : $Revision$ // +-----------------------------------------------------------------------+ // | This program is free software; you can redistribute it and/or modify | // | it under the terms of the GNU General Public License as published by | @@ -43,6 +43,7 @@ function inc_exc_str($is_included) define('PHPWG_ROOT_PATH','./'); include_once( PHPWG_ROOT_PATH.'include/common.inc.php' ); +include_once( PHPWG_ROOT_PATH.'include/functions_search.inc.php' ); $page['body_id'] = 'thePopuphelpPage'; $title = l10n('PhpWebGallery Help'); -- cgit v1.2.3