diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-08-31 15:57:33 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-08-31 15:57:33 +0000 |
commit | c2e9b311e92f4b1e952f752c5177a92c5704c345 (patch) | |
tree | ae697620203e077aec8c182829e529e2f0d809f7 /lib/init.php | |
parent | 4b309a5f02490bb1a62ebcd61aed8935671d1cd8 (diff) | |
download | ampache-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.php | 1 |
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'; |