[Openfirst-cvscommit] guestbook/setup setup.mssql,NONE,1.1
Brought to you by:
xtimg
From: <xt...@us...> - 2003-08-23 20:21:04
|
Update of /cvsroot/openfirst/guestbook/setup In directory sc8-pr-cvs1:/tmp/cvs-serv12815/setup Added Files: setup.mssql Log Message: Replace mysql functions with new database functions, allowing multiple database types to be used easily. --- NEW FILE: setup.mssql --- 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>'; |