Ignore:
Timestamp:
Dec 2, 2006, 12:31:19 AM (17 years ago)
Author:
rub
Message:

Resolved Issue ID 0000299:

o Add (new) icon of parent category with children categories including new images
o Improved display text for images count
o Improved (a little) mass_* functions

More explications on the forum.
You must call directly upgrade_feep.php (http://127.0.0.1/BSF/upgrade_feed.php for example)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/constants.php

    r1584 r1624  
    6666define('RATE_TABLE', $prefixeTable.'rate');
    6767define('USER_CACHE_TABLE', $prefixeTable.'user_cache');
     68define('USER_CACHE_CATEGORIES_TABLE', $prefixeTable.'user_cache_categories');
    6869define('CADDIE_TABLE', $prefixeTable.'caddie');
    6970define('UPGRADE_TABLE', $prefixeTable.'upgrade');
Note: See TracChangeset for help on using the changeset viewer.