mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 17:23:04 +02:00
bug:2278 fixed (merge r10970 r11008 r11039 from trunk) replace FCBKcomplete by TokenInput to avoid 3rd tag issue on autocomplete
git-svn-id: http://piwigo.org/svn/branches/2.2@11056 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -44,19 +44,6 @@ check_status(ACCESS_ADMINISTRATOR);
|
||||
// | Direct actions |
|
||||
// +-----------------------------------------------------------------------+
|
||||
|
||||
// tags
|
||||
if (isset($_GET['fckb_tags']))
|
||||
{
|
||||
$query = '
|
||||
SELECT
|
||||
id AS tag_id,
|
||||
name AS tag_name
|
||||
FROM '.TAGS_TABLE.'
|
||||
;';
|
||||
echo json_encode(get_fckb_taglist($query));
|
||||
exit();
|
||||
}
|
||||
|
||||
// theme changer
|
||||
if (isset($_GET['change_theme']))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user