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
This commit is contained in:
patdenice
2011-04-06 15:18:54 +00:00
parent b6ea1bbe4e
commit 1ccf0d0a52
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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'].'~~',
)
);