Ignore:
Timestamp:
Jul 25, 2012, 3:22:56 PM (12 years ago)
Author:
mistic100
Message:

clean up table when a category is deleted

File:
1 edited

Legend:

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

    r16939 r17013  
    4040    add_event_handler('tabsheet_before_select','smart_tab', EVENT_HANDLER_PRIORITY_NEUTRAL, 2);
    4141    add_event_handler('get_admin_plugin_menu_links', 'smart_admin_menu');
     42    add_event_handler('delete_categories', 'smart_delete_categories');
    4243  }
    4344}
Note: See TracChangeset for help on using the changeset viewer.