summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-01-08 22:37:09 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-01-08 22:37:09 +0000
commitd8b8c6a131c392fec4ba330ec0de1eebb516c9de (patch)
tree80a0f3b42fabac8c45b4d56c032658b7d1298394 /bin
parent7634fe3b04fadd8aa6c17dcd78d4e5f268492ec9 (diff)
downloadampache-d8b8c6a131c392fec4ba330ec0de1eebb516c9de.tar.gz
ampache-d8b8c6a131c392fec4ba330ec0de1eebb516c9de.tar.bz2
ampache-d8b8c6a131c392fec4ba330ec0de1eebb516c9de.zip
fluf for catalog update
Diffstat (limited to 'bin')
-rw-r--r--bin/catalog_update.php.inc9
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/catalog_update.php.inc b/bin/catalog_update.php.inc
index 9d6160df..8bcc26b6 100644
--- a/bin/catalog_update.php.inc
+++ b/bin/catalog_update.php.inc
@@ -12,10 +12,19 @@ while ($r = mysql_fetch_row($db_results)) {
// Clean out dead files
$catalog->clean_catalog();
+ $catalog->count = 0;
+
// Verify Existing
$catalog->verify_catalog();
+ $catalog->count = 0;
+
+ echo "\n\n";
+
// Look for new files
$catalog->add_to_catalog();
+ echo "\n\n";
}
+
+
?>