summaryrefslogtreecommitdiffstats
path: root/lib/init.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-08-31 15:57:33 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-08-31 15:57:33 +0000
commitc2e9b311e92f4b1e952f752c5177a92c5704c345 (patch)
treeae697620203e077aec8c182829e529e2f0d809f7 /lib/init.php
parent4b309a5f02490bb1a62ebcd61aed8935671d1cd8 (diff)
downloadampache-c2e9b311e92f4b1e952f752c5177a92c5704c345.tar.gz
ampache-c2e9b311e92f4b1e952f752c5177a92c5704c345.tar.bz2
ampache-c2e9b311e92f4b1e952f752c5177a92c5704c345.zip
remove lib/album.lib.php and move its two functions into album class, corrected some old php4 ish code in localplay controllers, removed redundent link from sidebar (modules)
Diffstat (limited to 'lib/init.php')
-rw-r--r--lib/init.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/init.php b/lib/init.php
index 1ee9e4f9..d855be1d 100644
--- a/lib/init.php
+++ b/lib/init.php
@@ -121,7 +121,6 @@ $results['mysql_db'] = $results['database_name'];
define('INIT_LOADED','1');
// Library and module includes we can't do with the autoloader
-require_once $prefix . '/lib/album.lib.php';
require_once $prefix . '/lib/search.php';
require_once $prefix . '/lib/preferences.php';
require_once $prefix . '/lib/rss.php';