Changeset 9977 for trunk/modules/boonex/news/install/sql/install.sql
- Timestamp:
- 04/06/09 05:42:46 (3 years ago)
- File:
-
- 1 edited
-
trunk/modules/boonex/news/install/sql/install.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/boonex/news/install/sql/install.sql
r9975 r9977 139 139 ('bx_news', 'SELECT `tags` FROM `[db_prefix]entries` WHERE `id`={iID} AND `status`=0', 'permalinks_module_news', 'm/news/tags/{tag}', 'modules/?r=news/tags/{tag}', '_news_lcaption_tags'); 140 140 141 INSERT INTO ` SearchObjects` (`ObjectName`, `Title`, `ClassName`, `ClassPath`) VALUES141 INSERT INTO `sys_objects_search` (`ObjectName`, `Title`, `ClassName`, `ClassPath`) VALUES 142 142 ('bx_news', '_news_lcaption_search_object', 'BxNewsSearchResult', 'modules/boonex/news/classes/BxNewsSearchResult.php'); 143 143
Note: See TracChangeset
for help on using the changeset viewer.