summaryrefslogtreecommitdiffstats
path: root/lib/install.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-08-05 22:39:53 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-08-05 22:39:53 +0000
commit246c321617b18035725b3d42c6a313386687cedc (patch)
tree45262291e66caae786ed06873c2fe9e67089f8ae /lib/install.php
parentad3d2363c4c20d6b5049c8db92d08786650bd2ae (diff)
downloadampache-246c321617b18035725b3d42c6a313386687cedc.tar.gz
ampache-246c321617b18035725b3d42c6a313386687cedc.tar.bz2
ampache-246c321617b18035725b3d42c6a313386687cedc.zip
fixed some typos, minor bugs, updated the sql, added playlist as a browse type
Diffstat (limited to 'lib/install.php')
-rw-r--r--lib/install.php2
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) {