Changeset 21658 for extensions/SmartAlbums/maintain.inc.php
- Timestamp:
- Mar 17, 2013, 8:32:17 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/SmartAlbums/maintain.inc.php
r19446 r21658 24 24 pwg_query('DROP TABLE `' . $prefixeTable . 'category_filters`;'); 25 25 pwg_query('ALTER TABLE `' . IMAGE_CATEGORY_TABLE . '` DROP `smart`;'); 26 pwg_query('ALTER TABLE `' . CATEGORIES_TABLE . '` DROP `smart_update`;');27 26 pwg_query('DELETE FROM `' . CONFIG_TABLE . '` WHERE param = \'SmartAlbums\' LIMIT 1;'); 28 27 }
Note: See TracChangeset
for help on using the changeset viewer.