Skip to content

Commit

Permalink
String fix for db2.
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@4592 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
vboctor committed Sep 25, 2007
1 parent 290c1c5 commit 4527884
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/install.php
Expand Up @@ -6,7 +6,7 @@
# See the README and LICENSE files for details

# --------------------------------------------------------
# $Id: install.php,v 1.36 2007-09-22 22:21:14 vboctor Exp $
# $Id: install.php,v 1.37 2007-09-25 04:50:47 vboctor Exp $
# --------------------------------------------------------

error_reporting( E_ALL );
Expand Down Expand Up @@ -239,7 +239,7 @@ function InsertData( $p_table, $p_data ) {
<?php print_test( 'Setting Database Name', '' !== $f_database_name , true, 'database name is blank' )?>
<?php
if ( $f_db_type == 'db2' ) {
print_test( 'Setting Database Name', '' !== $f_db_schema , true, 'must have a schema name for AS400 in the form of DBNAME/SCHEMA' );
print_test( 'Setting Database Schema', !is_blank( $f_db_schema ), true, 'must have a schema name for AS400 in the form of DBNAME/SCHEMA' );
}
?>
<tr>
Expand Down

0 comments on commit 4527884

Please sign in to comment.