aboutsummaryrefslogtreecommitdiffstats
path: root/admin/picture_modify.php
diff options
context:
space:
mode:
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']) ? '&cat_id='.$_GET['cat_id'] : '';
$template->assign(
array(
'tag_selection' => $tag_selection,
- 'tags' => $tags,
'U_SYNC' => $admin_url_start.'&sync_metadata=1',
'U_DELETE' => $admin_url_start.'&delete=1&pwg_token='.get_pwg_token(),