From c4de58830b6078d35faf262cb235b6f6930c0279 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Tue, 12 Feb 2002 03:02:41 +0000 Subject: [PATCH] Integrated as reqd into update_to_RC3.php git-svn-id: file:///svn/phpbb/trunk@2097 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/update_to_RC1.php | 104 ---------------------------------------- 1 file changed, 104 deletions(-) delete mode 100644 phpBB/update_to_RC1.php 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