diff --git a/phpBB/update_to_RC1.php b/phpBB/update_to_RC1.php deleted file mode 100644 index 96830b5241..0000000000 --- a/phpBB/update_to_RC1.php +++ /dev/null @@ -1,104 +0,0 @@ - - ->> " . $sql[$i]; - - $result = $db->sql_query($sql[$i]); - - if( !$result ) - { - $errored = true; - $error = $db->sql_error(); - echo " :: FAILED ( " . $error['message'] . " )

\n\n"; - } - else - { - echo " :: COMPLETED

\n\n"; - } - } - - if( $errored ) - { - echo "\n

Errors occured! Please check and correct issues as required
\n"; - } - else - { - echo "\n

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