1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 17:59:21 +02:00

catalog clean up and admin index changes

This commit is contained in:
Karl 'vollmerk' Vollmer 2006-03-20 01:55:03 +00:00
parent b99e8307ac
commit eda7fd335c
12 changed files with 379 additions and 367 deletions

View file

@ -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;