Ignore:
Timestamp:
Jul 30, 2011, 6:49:02 AM (13 years ago)
Author:
rvelices
Message:

feature 2387: addd a filter by tag in the batch manager

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/batch_manager_unit.php

    r11220 r11853  
    252252    $query = '
    253253SELECT
    254     tag_id,
    255     name AS tag_name
     254    id,
     255    name
    256256  FROM '.IMAGE_TAG_TABLE.' AS it
    257257    JOIN '.TAGS_TABLE.' AS t ON t.id = it.tag_id
Note: See TracChangeset for help on using the changeset viewer.