HomeHelpTrac

Ignore:
Timestamp:
04/06/09 05:42:46 (3 years ago)
Author:
Andrey Prikaznov
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/boonex/shared_video/install/sql/install.sql

    r9975 r9977  
    173173INSERT INTO `TagObjects` VALUES(NULL, 'shared_video', 'SELECT `Tags` FROM `RayVideoFiles` WHERE `ID` = {iID} AND `Status` = ''approved''', 'permalinks_gallery_videos', 'modules/boonex/shared_video/browseVideo.php?tag={tag}', 'modules/boonex/shared_video/browseVideo.php?tag={tag}', '_Videos'); 
    174174 
    175 -- SearchObjects 
    176 INSERT INTO `SearchObjects` VALUES(NULL, 'shared_video', '_Videos', 'BxShVideoSearch', 'modules/boonex/shared_video/classes/BxShVideoSearch.php'); 
     175-- sys_objects_search 
     176INSERT INTO `sys_objects_search` VALUES(NULL, 'shared_video', '_Videos', 'BxShVideoSearch', 'modules/boonex/shared_video/classes/BxShVideoSearch.php'); 
    177177 
    178178-- UserActions 
Note: See TracChangeset for help on using the changeset viewer.