- Timestamp:
- 04/06/09 23:30:15 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/boonex/shared_photo/install/sql/uninstall.sql
r9984 r9985 7 7 DELETE FROM `sys_albums` WHERE `Type`='shared_photo'; 8 8 9 DELETE FROM ` Categories` WHERE `Type` = 'shared_photo';9 DELETE FROM `sys_categories` WHERE `Type` = 'shared_photo'; 10 10 11 11 SET @iKatID = (SELECT `ID` FROM `sys_options_cats` WHERE `name` = 'Shared Photos' LIMIT 1);
Note: See TracChangeset
for help on using the changeset viewer.