Update of /cvsroot/openfirst/messenger/setup
In directory sc8-pr-cvs1:/tmp/cvs-serv5422/setup
Modified Files:
setup.mysql
Log Message:
Fix links, numerous spelling mistakes, die()'ing without showing footers and SQL scripts
Index: setup.mysql
===================================================================
RCS file: /cvsroot/openfirst/messenger/setup/setup.mysql,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** setup.mysql 8 Jun 2003 02:35:30 -0000 1.1
--- setup.mysql 21 Jun 2003 13:03:51 -0000 1.2
***************
*** 1,3 ****
! CREATE TABLE `ofirst_messeges` (
`ID` int(6) unsigned NOT NULL auto_increment,
`Sender` tinytext,
--- 1,3 ----
! CREATE TABLE `ofirst_messages` (
`ID` int(6) unsigned NOT NULL auto_increment,
`Sender` tinytext,
|