diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/catalog_update.php.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/catalog_update.php.inc b/bin/catalog_update.php.inc index 786aaec2..d03270b9 100644 --- a/bin/catalog_update.php.inc +++ b/bin/catalog_update.php.inc @@ -34,12 +34,12 @@ while ($r = mysql_fetch_row($db_results)) { $catalog = new Catalog($r[0]); // Clean out dead files - $catalog->clean_catalog(); + $catalog->clean_catalog(0,0); $catalog->count = 0; // Verify Existing - $catalog->verify_catalog(); + $catalog->verify_catalog(0,0,0); $catalog->count = 0; |