Changeset 9985 for trunk/modules/boonex/board/install/sql/uninstall.sql
- Timestamp:
- 04/06/09 23:30:15 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/boonex/board/install/sql/uninstall.sql
r9979 r9985 8 8 DELETE FROM `sys_options` WHERE `Name`='permalinks_module_board'; 9 9 10 DELETE FROM ` Categories` WHERE `Category`='Board' AND `Type`='shared_photo' AND `Owner`=0;10 DELETE FROM `sys_categories` WHERE `Category`='Board' AND `Type`='shared_photo' AND `Owner`=0; 11 11 12 12 DELETE FROM `sys_objects_actions` WHERE `Script`='window.open(''{url}m/board/index/{ID}'',''_self'')';
Note: See TracChangeset
for help on using the changeset viewer.