|
From: Benjamin C. <bc...@us...> - 2001-09-11 03:01:25
|
Update of /cvsroot/phpbt/phpbt/schemas In directory usw-pr-cvs1:/tmp/cvs-serv31189/schemas Modified Files: mysql.sql.in Log Message: Minor tweak to comments Index: mysql.sql.in =================================================================== RCS file: /cvsroot/phpbt/phpbt/schemas/mysql.sql.in,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- mysql.sql.in 2001/09/07 16:43:10 1.3 +++ mysql.sql.in 2001/09/11 03:01:21 1.4 @@ -1,4 +1,4 @@ -# MySQL database creation script template +# MySQL database creation script # If you change the database name, make sure you change the DB_DATABASE # constant in config.php. Make sure you edit the TBL_AUTH_USER insert below. # |