Update of /cvsroot/openfirst/guestbook/setup
In directory sc8-pr-cvs1:/tmp/cvs-serv14990
Modified Files:
setup.mysql
Log Message:
Separated links in module nav using |
Index: setup.mysql
===================================================================
RCS file: /cvsroot/openfirst/guestbook/setup/setup.mysql,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** setup.mysql 28 Jun 2003 00:36:29 -0000 1.6
--- setup.mysql 28 Jun 2003 16:08:23 -0000 1.7
***************
*** 1,2 ****
CREATE TABLE ofirst_guestbook (`guest` text, `email` text, `ICQ` text, `AIM` text, `MSN` text, `YIM` text, `IRC` text, `webpage` text, `location` text, `comment` text, `date` text, `deletecode` text) TYPE=MyISAM;
! INSERT INTO ofirst_config SET modulename='guestbook',showonmenu='0',active='0',adminnavigation='<a href="$basepath/guestbook/deleteentry.php">Delete Entry</a>',modulenavigation='<a href="$basepath/guestbook/">View Guestbook</a> <a href="$basepath/guestbook/sign.php">Sign Guestbook</a>';
--- 1,2 ----
CREATE TABLE ofirst_guestbook (`guest` text, `email` text, `ICQ` text, `AIM` text, `MSN` text, `YIM` text, `IRC` text, `webpage` text, `location` text, `comment` text, `date` text, `deletecode` text) TYPE=MyISAM;
! INSERT INTO ofirst_config SET modulename='guestbook',showonmenu='0',active='0',adminnavigation='<a href="$basepath/guestbook/deleteentry.php">Delete Entry</a>',modulenavigation='<a href="$basepath/guestbook/">View Guestbook</a> | <a href="$basepath/guestbook/sign.php">Sign Guestbook</a>';
|