[Phpbb-php5mod-cvs-checkins] phpbb-php5/install/schemas mssql_basic.sql,1.1,1.2 mysql_basic.sql,1.1,
Brought to you by:
jelly_doughnut
From: geocator <geo...@us...> - 2004-07-30 21:15:41
|
Update of /cvsroot/phpbb-php5mod/phpbb-php5/install/schemas In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29605/install/schemas Modified Files: mssql_basic.sql mysql_basic.sql postgres_basic.sql Log Message: Added our version number, also changed footer links to point to us and phpbb Index: mysql_basic.sql =================================================================== RCS file: /cvsroot/phpbb-php5mod/phpbb-php5/install/schemas/mysql_basic.sql,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mysql_basic.sql 29 Jul 2004 22:36:20 -0000 1.1 --- mysql_basic.sql 30 Jul 2004 21:15:33 -0000 1.2 *************** *** 64,67 **** --- 64,68 ---- INSERT INTO phpbb_config (config_name, config_value) VALUES ('script_path', '/phpBB2/'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '.0.10'); + INSERT INTO phpbb_config (config_name, config_value) VALUES ('version5', '.0.10.1'); Index: mssql_basic.sql =================================================================== RCS file: /cvsroot/phpbb-php5mod/phpbb-php5/install/schemas/mssql_basic.sql,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mssql_basic.sql 29 Jul 2004 22:36:20 -0000 1.1 --- mssql_basic.sql 30 Jul 2004 21:15:33 -0000 1.2 *************** *** 71,74 **** --- 71,75 ---- INSERT INTO phpbb_config (config_name, config_value) VALUES ('script_path', '/phpBB2/'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '.0.10'); + INSERT INTO phpbb_config (config_name, config_value) VALUES ('version5', '.0.10.1'); /* Index: postgres_basic.sql =================================================================== RCS file: /cvsroot/phpbb-php5mod/phpbb-php5/install/schemas/postgres_basic.sql,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** postgres_basic.sql 29 Jul 2004 22:36:20 -0000 1.1 --- postgres_basic.sql 30 Jul 2004 21:15:33 -0000 1.2 *************** *** 65,68 **** --- 65,69 ---- INSERT INTO phpbb_config (config_name, config_value) VALUES ('script_path', '/phpBB2/'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '.0.10'); + INSERT INTO phpbb_config (config_name, config_value) VALUES ('version5', '.0.10.1'); -- Categories |