From 0a5b436654df4c849749435eacec380e092351a8 Mon Sep 17 00:00:00 2001 From: z0rglub Date: Wed, 23 Jul 2003 19:49:15 +0000 Subject: Support of keywords for pictures. They are used in the search git-svn-id: http://piwigo.org/svn/trunk@33 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/functions_category.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/functions_category.inc.php') diff --git a/include/functions_category.inc.php b/include/functions_category.inc.php index 989349466..f0b825381 100644 --- a/include/functions_category.inc.php +++ b/include/functions_category.inc.php @@ -421,7 +421,7 @@ function initialize_category( $calling_page = 'category' ) } $page['where'] = ' WHERE ('; - $fields = array( 'file', 'name', 'comment' ); + $fields = array( 'file', 'name', 'comment', 'keywords' ); $words = explode( ',', $_GET['search'] ); $sql_search = array(); foreach ( $words as $i => $word ) { -- cgit v1.2.3