|
From: Paul S. O. <ps...@us...> - 2002-05-16 01:15:52
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv12733
Modified Files:
Tag: phpBB-2_0_0
update_to_201.php
Log Message:
Various updates ... still missing PostgreSQL user_timezone change ... it's a slight nightmare.
Index: update_to_201.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/Attic/update_to_201.php,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -r1.1.2.3 -r1.1.2.4
*** update_to_201.php 14 May 2002 15:25:34 -0000 1.1.2.3
--- update_to_201.php 16 May 2002 01:15:48 -0000 1.1.2.4
***************
*** 1,5 ****
- <html>
- <body>
<?php
define('IN_PHPBB', 1);
--- 1,42 ----
<?php
+ /***************************************************************************
+ * update_to_xxx.php
+ * -------------------
[...1064 lines suppressed...]
! echo "<b>No errors</b>\n";
! }
!
! break;
!
! default:
! echo " No updates where required</b></p>\n";
! break;
}
+ echo "<h2>Update completed</h2>\n";
+ echo "\n<p>You should now visit the General Configuration settings page in the <a href=\"admin/\">Administration Panel</a> and check the General Configuration of the board. If you updated from versions prior to RC-3 you <b>must</b> update some entries. If you do not do this emails sent from the board will contain incorrect information. Don't forget to delete this file!</p>\n";
?>
+
+ <br clear="all" />
+
</body>
! </html>
\ No newline at end of file
|