Changeset 12259 for trunk/admin/picture_modify.php
- Timestamp:
- Sep 29, 2011, 3:48:49 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/picture_modify.php
r11853 r12259 242 242 FROM '.TAGS_TABLE.' 243 243 ;'; 244 $tags = get_taglist($query );244 $tags = get_taglist($query, false); 245 245 246 246 // retrieving direct information about picture
Note: See TracChangeset
for help on using the changeset viewer.