From 16df4a91ee3d316058a4fd2d420594f98ba82987 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Fri, 14 Dec 2001 02:07:23 +0000 Subject: [PATCH] This file must be run before using any of the updated session stuff, also fixes the search results problem git-svn-id: file:///svn/phpbb/trunk@1562 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/update_to_RC1.php | 78 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 phpBB/update_to_RC1.php 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