Bug corrected for fcbkcomplete

git-svn-id: http://piwigo.org/svn/trunk@10110 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
patdenice 2011-04-06 15:17:09 +00:00
parent 905f489419
commit 0ab5e51a15
4 changed files with 4 additions and 4 deletions

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'].'~~',
)
);