diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-01-01 22:34:12 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-01-01 22:34:12 +0000 |
commit | 6a0573d1fe8b12f1adacf3924de9808401f8e7b6 (patch) | |
tree | 17143ae90ed05facaf54e00825bc190bd20e21aa /lib/log.lib.php | |
parent | 850edbb1f20ce3cfd8be5f6fe93207ba9a56db3a (diff) | |
download | ampache-6a0573d1fe8b12f1adacf3924de9808401f8e7b6.tar.gz ampache-6a0573d1fe8b12f1adacf3924de9808401f8e7b6.tar.bz2 ampache-6a0573d1fe8b12f1adacf3924de9808401f8e7b6.zip |
slight tweak to the random album art, needs improvement will look funny on catalogs with no art (for now) editing an mpd instance works, need to fix httpq editing and add instance testing
Diffstat (limited to 'lib/log.lib.php')
-rw-r--r-- | lib/log.lib.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/log.lib.php b/lib/log.lib.php index e7e9510a..a1798e3a 100644 --- a/lib/log.lib.php +++ b/lib/log.lib.php @@ -90,7 +90,7 @@ function ampache_error_handler($errno, $errstr, $errfile, $errline) { } if (strstr($errstr,"date.timezone")) { - $errstr = "You have not set a timezone (date.timezone) in your php.ini file. Please set it."; + $errstr = "You have not set a timezone (date.timezone) in your php.ini file. Please set it. This error is non-critical, and not caused by Ampache."; } /* The XML-RPC lib is broken, well kind of |