diff --git a/phpBB/update_to_RC1.php b/phpBB/update_to_RC1.php new file mode 100644 index 0000000000..8c74297763 --- /dev/null +++ b/phpBB/update_to_RC1.php @@ -0,0 +1,78 @@ + + +\n"; + + $result = $db->sql_query($sql[$i]); + + if( !$result ) + { + $error = $db->sql_error(); + die("Failed executing statement
\nError :: " . $error['message'] . "
\nSQL :: " . $sql[$i]); + } + + } + + echo "\n

\nCOMPLETE! Please delete this file before continuing!
\n"; + +?> + + \ No newline at end of file