1 Aug 2005 13:36
mantisbt/admin install.php,1.16,1.17
Update of /cvsroot/mantisbt/mantisbt/admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5856/admin
Modified Files:
install.php
Log Message:
Fixed #6054: Bad call to print_test_result in admin/install.php.
Index: install.php
===================================================================
RCS file: /cvsroot/mantisbt/mantisbt/admin/install.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- install.php 30 Jul 2005 18:10:40 -0000 1.16
+++ install.php 1 Aug 2005 11:36:49 -0000 1.17
<at> <at> -151,7 +151,7 <at> <at>
if ( version_compare ( phpversion() , '4.0.6', '>=' ) ) {
print_test_result( GOOD );
} else {
- print_test_result( BAD, 'Upgrade the version of PHP to a more recent version' );
+ print_test_result( BAD, true, 'Upgrade the version of PHP to a more recent version' );
}
} else {
print_test_result( BAD );
<at> <at> -467,7 +467,7 <at> <at>
if ( $f_log_queries ) {
echo '<tr><td bgcolor="#ffffff" col_span="2"> Database Creation Suppressed, SQL Queries follow <pre>';
}
-
(Continue reading)
RSS Feed