Ignore:
Timestamp:
Mar 5, 2006, 12:31:46 AM (18 years ago)
Author:
plg
Message:

new feature: source/destination links between categories. Will we keep this
feature? Code is complicated and very few people will understand how it
works...

modification: #images.storage_category_id replaced by
#image_category.is_storage

improvement: many code refactoring to improve readibility

improvement: virtual category creation code was moved to a dedicated
function in order to be called from admin/cat_list.php and
admin/cat_modify.php (create a new destination category)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/constants.php

    r1028 r1064  
    6363define('SEARCH_TABLE', $prefixeTable.'search');
    6464define('USER_MAIL_NOTIFICATION_TABLE', $prefixeTable.'user_mail_notification');
    65 
     65define('CATEGORIES_LINK_TABLE', $prefixeTable.'categories_link');
    6666?>
Note: See TracChangeset for help on using the changeset viewer.