From 05063edcce876d2c443df2f3d6aeab6295f25075 Mon Sep 17 00:00:00 2001 From: plegall Date: Thu, 20 Jan 2005 23:42:35 +0000 Subject: - highlight search results disabled before rewrite git-svn-id: http://piwigo.org/svn/trunk@717 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/functions.inc.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/functions.inc.php b/include/functions.inc.php index b3bc71950..457fa0a82 100644 --- a/include/functions.inc.php +++ b/include/functions.inc.php @@ -318,6 +318,9 @@ function add_style( $string, $search, $style ) // another style for the given $string. function replace_search( $string, $search ) { + // FIXME : with new advanced search, this function needs a rewrite + return $string; + $words = explode( ',', $search ); $style = 'background-color:white;color:red;'; foreach ( $words as $word ) { -- cgit v1.2.3