Ignore:
Timestamp:
Mar 17, 2013, 8:32:17 PM (11 years ago)
Author:
mistic100
Message:

move update time from categories_table to category_filters_table

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/SmartAlbums/maintain.inc.php

    r19446 r21658  
    2424  pwg_query('DROP TABLE `' . $prefixeTable . 'category_filters`;');
    2525  pwg_query('ALTER TABLE `' . IMAGE_CATEGORY_TABLE . '` DROP `smart`;');
    26   pwg_query('ALTER TABLE `' . CATEGORIES_TABLE . '` DROP `smart_update`;');
    2726  pwg_query('DELETE FROM `' . CONFIG_TABLE . '` WHERE param = \'SmartAlbums\' LIMIT 1;');
    2827}
Note: See TracChangeset for help on using the changeset viewer.