mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-05 19:41:55 +02:00
see changelog...
This commit is contained in:
parent
f04fe3df5e
commit
c9f8c7abd2
12 changed files with 1978 additions and 564 deletions
|
@ -9,6 +9,9 @@ $db_results = mysql_query($sql, dbh());
|
|||
while ($r = mysql_fetch_row($db_results)) {
|
||||
$catalog = new Catalog($r[0]);
|
||||
|
||||
// Clean out dead files
|
||||
$catalog->clean_catalog();
|
||||
|
||||
// Verify Existing
|
||||
$catalog->verify_catalog();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue