summaryrefslogtreecommitdiffstats
path: root/lib/general.lib.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-04-09 04:28:56 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-04-09 04:28:56 +0000
commit7b1e57d0ccdda52881645f7c16f42ceb5da15881 (patch)
treef5ab9bcad4009845e4bc99010b195207084b3abf /lib/general.lib.php
parentde5f1c00d30c01d7e8628dafe8e4c02b2f3c61ea (diff)
downloadampache-7b1e57d0ccdda52881645f7c16f42ceb5da15881.tar.gz
ampache-7b1e57d0ccdda52881645f7c16f42ceb5da15881.tar.bz2
ampache-7b1e57d0ccdda52881645f7c16f42ceb5da15881.zip
fixed playlist add problem and a few other minor bugs
Diffstat (limited to 'lib/general.lib.php')
-rw-r--r--lib/general.lib.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/general.lib.php b/lib/general.lib.php
index 82b0c38f..a1a83c95 100644
--- a/lib/general.lib.php
+++ b/lib/general.lib.php
@@ -803,7 +803,7 @@ function check_username($username) {
$db_results = mysql_query($sql, dbh());
if (mysql_fetch_row($db_results)) {
- return fakse;
+ return false;
}
return true;