Navigation Menu

Skip to content

Commit

Permalink
Fixed a typo in the installation script.
Browse files Browse the repository at this point in the history
  • Loading branch information
vboctor authored and davidhicks committed Aug 20, 2011
1 parent afe9f1d commit f5efdcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/admin/install.php
Expand Up @@ -555,7 +555,7 @@ function InsertData( $p_table, $p_data ) {
$t_db_open = true;
} else {
$t_error = db_error();
if( strstr( $t_error, 'atabase exists' ) ) {
if( strstr( $t_error, 'Database exists' ) ) {
print_test_result( BAD, false, 'Database already exists? ( ' . db_error() . ' )' );
} else {
print_test_result( BAD, true, 'Does administrative user have access to create the database? ( ' . db_error() . ' )' );
Expand Down

0 comments on commit f5efdcf

Please sign in to comment.