diff options
Diffstat (limited to 'lib/install.php')
-rw-r--r-- | lib/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/install.php b/lib/install.php index ede48a17..d9636f3a 100644 --- a/lib/install.php +++ b/lib/install.php @@ -120,7 +120,7 @@ function install_insert_db($username,$password,$hostname,$database) { $db_selected = @mysql_select_db($database, $dbh); if ($db_selected && !$_POST['overwrite_db']) { - Error::add('general','Error: Database Already exists and Overwrite no checked'); + Error::add('general','Error: Database Already exists and Overwrite not checked'); return false; } if (!$db_selected) { |