[Openfirst-cvscommit] guestbook/setup setup.mysql,1.4,1.5
Brought to you by:
xtimg
From: <dav...@us...> - 2003-06-27 01:46:05
|
Update of /cvsroot/openfirst/guestbook/setup In directory sc8-pr-cvs1:/tmp/cvs-serv29700 Modified Files: setup.mysql Log Message: Changed ` back to ' Index: setup.mysql =================================================================== RCS file: /cvsroot/openfirst/guestbook/setup/setup.mysql,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** setup.mysql 27 Jun 2003 01:30:46 -0000 1.4 --- setup.mysql 27 Jun 2003 01:46:03 -0000 1.5 *************** *** 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/awards/admin/">Manage Guestbook</a> <a href="$basepath/awards/admin/deleteentry.php">Delete Entry</a>',modulenavigation='<a href="$basepath/awards/">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/awards/admin/">Manage Guestbook</a> <a href="$basepath/awards/admin/deleteentry.php">Delete Entry</a>',modulenavigation='<a href="$basepath/awards/">View Guestbook</a> <a href="$basepath/guestbook/sign.php">Sign Guestbook</a>'; |