[Openfirst-cvscommit] guestbook/setup setup.mysql,1.2,1.3
Brought to you by:
xtimg
From: <dav...@us...> - 2003-06-26 15:23:21
|
Update of /cvsroot/openfirst/guestbook/setup In directory sc8-pr-cvs1:/tmp/cvs-serv30201 Modified Files: setup.mysql Log Message: Edit of setup.mysql to insert module into ofirst_config Index: setup.mysql =================================================================== RCS file: /cvsroot/openfirst/guestbook/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:51:07 -0000 1.2 --- setup.mysql 26 Jun 2003 15:23:18 -0000 1.3 *************** *** 1 **** --- 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=`False`,active=`False`,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>` \ No newline at end of file |