Ignore:
Timestamp:
May 17, 2014, 5:33:37 PM (10 years ago)
Author:
mistic100
Message:

feature 3077 : use Selectize with AJAX load/cache on cat_perm and batch_manager_unit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/picture_modify.php

    r28494 r28496  
    219219$tag_selection = get_taglist($query);
    220220
    221 $query = '
    222 SELECT
    223     id,
    224     name
    225   FROM '.TAGS_TABLE.'
    226 ;';
    227 $tags = get_taglist($query, false);
    228 
    229221// retrieving direct information about picture
    230222$query = '
     
    259251  array(
    260252    'tag_selection' => $tag_selection,
    261     'tags' => $tags,
    262253    'U_SYNC' => $admin_url_start.'&sync_metadata=1',
    263254    'U_DELETE' => $admin_url_start.'&delete=1&pwg_token='.get_pwg_token(),
Note: See TracChangeset for help on using the changeset viewer.