[phpMP-CVS] CVS: phpMP/dba/sql mysql_default_vals.sql,1.5,1.6
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2003-02-04 21:43:48
|
Update of /cvsroot/phpmp/phpMP/dba/sql In directory sc8-pr-cvs1:/tmp/cvs-serv30097/dba/sql Modified Files: mysql_default_vals.sql Log Message: Most all files updated. Forgot a small compatibility issue regarding <? and <?php. Also, deleted some lines at the end of files and changed a few config names. Index: mysql_default_vals.sql =================================================================== RCS file: /cvsroot/phpmp/phpMP/dba/sql/mysql_default_vals.sql,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** mysql_default_vals.sql 7 Dec 2002 11:50:40 -0000 1.5 --- mysql_default_vals.sql 4 Feb 2003 21:43:14 -0000 1.6 *************** *** 23,27 **** INSERT INTO phpmp_config VALUES ('system_timezone', '-7'); INSERT INTO phpmp_config VALUES ('version', '0.1a'); ! INSERT INTO phpmp_config VALUES ('use_perms', '0'); # --- 23,27 ---- INSERT INTO phpmp_config VALUES ('system_timezone', '-7'); INSERT INTO phpmp_config VALUES ('version', '0.1a'); ! INSERT INTO phpmp_config VALUES ('use_portal_perms', '0'); # |