From 1ccf0d0a523ed234307b4a8b73431eacf162b752 Mon Sep 17 00:00:00 2001 From: patdenice Date: Wed, 6 Apr 2011 15:18:54 +0000 Subject: merge r10110 from trunk to branch 2.2 bug:2251 Bug corrected for fcbkcomplete git-svn-id: http://piwigo.org/svn/branches/2.2@10111 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/include/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin/include/functions.php') diff --git a/admin/include/functions.php b/admin/include/functions.php index 1e1f1b454..f5afa9633 100644 --- a/admin/include/functions.php +++ b/admin/include/functions.php @@ -2109,7 +2109,7 @@ function get_fckb_taglist($query) array_push( $taglist, array( - 'caption' => $row['tag_name'], + 'key' => $row['tag_name'], 'value' => '~~'.$row['tag_id'].'~~', ) ); -- cgit v1.2.3