|
From: Jonathan H. <the...@us...> - 2002-03-20 14:26:30
|
Update of /cvsroot/phpbb/phpBB2 In directory usw-pr-cvs1:/tmp/cvs-serv27306 Modified Files: install.php Log Message: Fix for bug # 532327 (This is what happens when I rush something in :D) Index: install.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/install.php,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -r1.39 -r1.40 *** install.php 19 Mar 2002 23:21:23 -0000 1.39 --- install.php 20 Mar 2002 14:26:26 -0000 1.40 *************** *** 818,823 **** } $sql = "UPDATE " . $table_prefix . "config ! SET config_value = '" . $server_path . "' ! WHERE config_name = 'server_path'"; $result = $db->sql_query($sql); if( !$result ) --- 818,823 ---- } $sql = "UPDATE " . $table_prefix . "config ! SET config_value = '" . $script_path . "' ! WHERE config_name = 'script_path'"; $result = $db->sql_query($sql); if( !$result ) |