[Openfirst-cvscommit] photogallery/setup setup.mysql,1.6,1.7
Brought to you by:
xtimg
From: <xt...@us...> - 2003-06-27 23:48:45
|
Update of /cvsroot/openfirst/photogallery/setup In directory sc8-pr-cvs1:/tmp/cvs-serv16940/setup Modified Files: setup.mysql Log Message: Fix links in menu to point to photogallery module, not awards module. Index: setup.mysql =================================================================== RCS file: /cvsroot/openfirst/photogallery/setup/setup.mysql,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** setup.mysql 27 Jun 2003 02:20:29 -0000 1.6 --- setup.mysql 27 Jun 2003 23:48:42 -0000 1.7 *************** *** 1,2 **** CREATE TABLE `ofirst_galleries` (`ID` TINYINT (3) UNSIGNED NOT NULL, `GalleryName` TEXT, `Author` TEXT, `Dates` TIME NOT NULL, `Description` TEXT, `NumPhotos` INT (3) UNSIGNED DEFAULT '0' NOT NULL, PRIMARY KEY(`ID`)) TYPE=MyISAM; ! INSERT INTO ofirst_config SET modulename='photogallery',showonmenu='0',active='0',adminnavigation='<a href="$basepath/awards/admin/">Gallery Manager</a>',modulenavigation='<a href="$basepath/awards/">View Gallery</a>'; \ No newline at end of file --- 1,2 ---- CREATE TABLE `ofirst_galleries` (`ID` TINYINT (3) UNSIGNED NOT NULL, `GalleryName` TEXT, `Author` TEXT, `Dates` TIME NOT NULL, `Description` TEXT, `NumPhotos` INT (3) UNSIGNED DEFAULT '0' NOT NULL, PRIMARY KEY(`ID`)) TYPE=MyISAM; ! INSERT INTO ofirst_config SET modulename='photogallery',showonmenu='0',active='0',adminnavigation='<a href="$basepath/photogallery/admin/">Gallery Manager</a>',modulenavigation='<a href="$basepath/photogallery/">View Gallery</a>'; |