Update of /cvsroot/openfirst/photogallery/setup
In directory sc8-pr-cvs1:/tmp/cvs-serv30373
Modified Files:
setup.mysql
Log Message:
Edit of setup.mysql to insert module into ofirst_config
Index: setup.mysql
===================================================================
RCS file: /cvsroot/openfirst/photogallery/setup/setup.mysql,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** setup.mysql 21 Jun 2003 15:54:51 -0000 1.2
--- setup.mysql 26 Jun 2003 15:24:24 -0000 1.3
***************
*** 1 ****
--- 1,2 ----
CREATE TABLE `ofirst_galleries` (`ID` tinyint(3) unsigned NOT NULL auto_increment, `GalleryName` tinytext, `Author` text, `Date` time(10) NOT NULL, `Description` text, `NumPhotos` tinyint(6) unsigned default '0', PRIMARY KEY (`ID`)) TYPE=MyISAM;
+ INSERT INTO ofirst_config SET modulename=`photogallery`,showonmenu=`False`,active=`False`,adminnavigation=`<a href=$basepath/awards/admin/>Gallery Manager</a>`,modulenavigation=`<a href=$basepath/awards/>View Gallery</a>`
\ No newline at end of file
|