HomeHelpTrac

Ignore:
Timestamp:
04/06/09 23:30:15 (3 years ago)
Author:
Andrey Prikaznov
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/boonex/shared_photo/install/sql/uninstall.sql

    r9984 r9985  
    77DELETE FROM `sys_albums` WHERE `Type`='shared_photo'; 
    88 
    9 DELETE FROM `Categories` WHERE `Type` = 'shared_photo'; 
     9DELETE FROM `sys_categories` WHERE `Type` = 'shared_photo'; 
    1010 
    1111SET @iKatID = (SELECT  `ID` FROM `sys_options_cats` WHERE `name` = 'Shared Photos' LIMIT 1); 
Note: See TracChangeset for help on using the changeset viewer.