Changeset 9977 for trunk/modules/boonex/store/install/sql/install.sql
- Timestamp:
- 04/06/09 05:42:46 (3 years ago)
- File:
-
- 1 edited
-
trunk/modules/boonex/store/install/sql/install.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/boonex/store/install/sql/install.sql
r9975 r9977 110 110 111 111 -- search objects 112 INSERT INTO ` SearchObjects` VALUES(NULL, 'bx_store', '_bx_store', 'BxStoreSearchResult', 'modules/boonex/store/classes/BxStoreSearchResult.php');112 INSERT INTO `sys_objects_search` VALUES(NULL, 'bx_store', '_bx_store', 'BxStoreSearchResult', 'modules/boonex/store/classes/BxStoreSearchResult.php'); 113 113 114 114 -- vote objects
Note: See TracChangeset
for help on using the changeset viewer.