Update of /cvsroot/xoops/xoops-current/html
In directory usw-pr-cvs1:/tmp/cvs-serv23461/html
Modified Files:
rc2_to_rc3.php
Log Message:
Index: rc2_to_rc3.php
===================================================================
RCS file: /cvsroot/xoops/xoops-current/html/rc2_to_rc3.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** rc2_to_rc3.php 15 Jul 2002 08:13:08 -0000 1.1.1.1
--- rc2_to_rc3.php 11 Oct 2002 02:49:56 -0000 1.2
***************
*** 347,351 ****
echo "<p><span style='color:#ff0000;font-weight:bold'>There was an error while updating MySQL database tables. <br />Please contact the support team at <a href='http://www.xoops.org/'>xoops.org</a>.</span></p>\n";
foreach( $error as $err ) {
! echo $err."<br>";
}
} else {
--- 347,351 ----
echo "<p><span style='color:#ff0000;font-weight:bold'>There was an error while updating MySQL database tables. <br />Please contact the support team at <a href='http://www.xoops.org/'>xoops.org</a>.</span></p>\n";
foreach( $error as $err ) {
! echo $err."<br />";
}
} else {
|