summaryrefslogtreecommitdiffstats
path: root/lib/debug.lib.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-05-13 09:00:22 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-05-13 09:00:22 +0000
commitdccdeba838129a5a3805c7669ec0a6328269f738 (patch)
treec0be99c6f36c6d32330ae304a3d13e84a783dfb4 /lib/debug.lib.php
parent1e9f582cf1dba653f45bbc5835fa662a3c163e69 (diff)
downloadampache-dccdeba838129a5a3805c7669ec0a6328269f738.tar.gz
ampache-dccdeba838129a5a3805c7669ec0a6328269f738.tar.bz2
ampache-dccdeba838129a5a3805c7669ec0a6328269f738.zip
first step of installer works, will finish later tomorrow morning
Diffstat (limited to 'lib/debug.lib.php')
-rw-r--r--lib/debug.lib.php13
1 files changed, 6 insertions, 7 deletions
diff --git a/lib/debug.lib.php b/lib/debug.lib.php
index 10ad838f..69825c68 100644
--- a/lib/debug.lib.php
+++ b/lib/debug.lib.php
@@ -1,7 +1,7 @@
<?php
/*
- Copyright (c) 2001 - 2006 Ampache.org
+ Copyright (c) 2001 - 2007 Ampache.org
All rights reserved.
This program is free software; you can redistribute it and/or
@@ -28,12 +28,11 @@
* connections, web paths etc..
*/
-/*!
- @function check_database
- @discussion checks the local mysql db
- and make sure life is good
-*/
-function check_database($host,$username,$pass,$database) {
+/**
+ * check_database
+ * checks the local mysql db and make sure life is good
+ */
+function check_database($host,$username,$pass) {
$dbh = @mysql_connect($host, $username, $pass);