aboutsummaryrefslogtreecommitdiffstats
path: root/admin/picture_modify.php
diff options
context:
space:
mode:
authormistic100 <mistic@piwigo.org>2014-05-17 15:33:37 +0000
committermistic100 <mistic@piwigo.org>2014-05-17 15:33:37 +0000
commitce8a29810abe6f7fdf82043b32ca87ba0f14220c (patch)
tree55ea5b0bd160530ac8b1f9ebc0fe65247a5d138d /admin/picture_modify.php
parent703a997f6ae9c884b82a11dfc102de65936501c0 (diff)
feature 3077 : use Selectize with AJAX load/cache on cat_perm and batch_manager_unit
git-svn-id: http://piwigo.org/svn/trunk@28496 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/picture_modify.php')
-rw-r--r--admin/picture_modify.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/admin/picture_modify.php b/admin/picture_modify.php
index 0eccae136..dc7d56211 100644
--- a/admin/picture_modify.php
+++ b/admin/picture_modify.php
@@ -218,14 +218,6 @@ SELECT
;';
$tag_selection = get_taglist($query);
-$query = '
-SELECT
- id,
- name
- FROM '.TAGS_TABLE.'
-;';
-$tags = get_taglist($query, false);
-
// retrieving direct information about picture
$query = '
SELECT *
@@ -258,7 +250,6 @@ $admin_url_start.= isset($_GET['cat_id']) ? '&amp;cat_id='.$_GET['cat_id'] : '';
$template->assign(
array(
'tag_selection' => $tag_selection,
- 'tags' => $tags,
'U_SYNC' => $admin_url_start.'&amp;sync_metadata=1',
'U_DELETE' => $admin_url_start.'&amp;delete=1&amp;pwg_token='.get_pwg_token(),