diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-10-15 20:08:53 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-10-15 20:08:53 +0000 |
commit | 3d6a49a218c6d4faf51d486602bd7d9e88c98264 (patch) | |
tree | c99aeb3a0cd64b0e58ab1cc2c6ede79c06ec1bda /bin | |
parent | f4bf617e40d00d2670fe2b21b61de5e17473ed4b (diff) | |
download | ampache-3d6a49a218c6d4faf51d486602bd7d9e88c98264.tar.gz ampache-3d6a49a218c6d4faf51d486602bd7d9e88c98264.tar.bz2 ampache-3d6a49a218c6d4faf51d486602bd7d9e88c98264.zip |
fixed some zip file issues quarantine migration issues and added a bunch to the tmp playlist class
Diffstat (limited to 'bin')
-rw-r--r-- | bin/quarantine_migration.php.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/quarantine_migration.php.inc b/bin/quarantine_migration.php.inc index df81f290..4dfcde6f 100644 --- a/bin/quarantine_migration.php.inc +++ b/bin/quarantine_migration.php.inc @@ -26,6 +26,8 @@ $no_session='1'; require_once('../lib/init.php'); +init_preferences(); + usage(); // grab list of files from table |