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_photo/install/sql/install.sql

    r9975 r9977  
    212212INSERT INTO `TagObjects` VALUES(NULL, 'shared_photo', 'SELECT `medTags`  FROM `[db_prefix]files` WHERE `medID`  = {iID} AND `Status` = ''approved''', 'permalinks_gallery_photos', 'modules/boonex/shared_photo/browsePhoto.php?tag={tag}', 'modules/boonex/shared_photo/browsePhoto.php?type=shared_photo&tag={tag}', '_Photos'); 
    213213 
    214 -- SearchObjects 
    215 INSERT INTO `SearchObjects` VALUES(NULL, 'shared_photo', '_Photos', 'BxShPhotoSearch', 'modules/boonex/shared_photo/classes/BxShPhotoSearch.php'); 
     214-- sys_objects_search 
     215INSERT INTO `sys_objects_search` VALUES(NULL, 'shared_photo', '_Photos', 'BxShPhotoSearch', 'modules/boonex/shared_photo/classes/BxShPhotoSearch.php'); 
    216216 
    217217-- UserActions 
Note: See TracChangeset for help on using the changeset viewer.