diff options
author | patdenice <patdenice@piwigo.org> | 2011-05-25 09:00:46 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2011-05-25 09:00:46 +0000 |
commit | c9b7beb12f38890631ab12c8086b1bff28eed4a4 (patch) | |
tree | 7c90d91c8c4d5949abd9d6d378dc9c84680d3163 /admin/include/functions.php | |
parent | 4c13229cd9c7ce6a8b2e93b922b1e2dbc9b9799c (diff) |
Load tags for tokeninput directly in html page. Ajax is too slow.
git-svn-id: http://piwigo.org/svn/trunk@11039 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/include/functions.php')
-rw-r--r-- | admin/include/functions.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/include/functions.php b/admin/include/functions.php index 20bfbfb51..510ef767a 100644 --- a/admin/include/functions.php +++ b/admin/include/functions.php @@ -2097,7 +2097,7 @@ function get_active_menu($menu_page) return 0; } -function get_fckb_taglist($query) +function get_taglist($query) { $result = pwg_query($query); @@ -2119,7 +2119,7 @@ function get_fckb_taglist($query) return $taglist; } -function get_fckb_tag_ids($raw_tags) +function get_tag_ids($raw_tags) { // In $raw_tags we receive something like array('~~6~~', '~~59~~', 'New // tag', 'Another new tag') The ~~34~~ means that it is an existing |