From d8b8c6a131c392fec4ba330ec0de1eebb516c9de Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sun, 8 Jan 2006 22:37:09 +0000 Subject: [PATCH] fluf for catalog update --- bin/catalog_update.php.inc | 9 +++++++++ 1 file changed, 9 insertions(+) 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"; } + + ?>