Ignore:
Timestamp:
Sep 29, 2011, 3:48:49 PM (13 years ago)
Author:
plg
Message:

bug 2449 fixed: in the "tags box" on batch manager and picture_modify, we
should only display the tag in the current user language, not the tag in all
available languages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/picture_modify.php

    r11853 r12259  
    242242  FROM '.TAGS_TABLE.'
    243243;';
    244 $tags = get_taglist($query);
     244$tags = get_taglist($query, false);
    245245
    246246// retrieving direct information about picture
Note: See TracChangeset for help on using the changeset viewer.