diff options
author | morgan <morgan@ampache> | 2006-03-30 01:13:07 +0000 |
---|---|---|
committer | morgan <morgan@ampache> | 2006-03-30 01:13:07 +0000 |
commit | 4243b22ee54bcef23172d45ae0fff57633f7a9ab (patch) | |
tree | 97b73bba3c7b796fb3147fb990ea1f5e411dab36 /admin | |
parent | d0706acac34c926c177aaa0f19058a2f9c3e2646 (diff) | |
download | ampache-4243b22ee54bcef23172d45ae0fff57633f7a9ab.tar.gz ampache-4243b22ee54bcef23172d45ae0fff57633f7a9ab.tar.bz2 ampache-4243b22ee54bcef23172d45ae0fff57633f7a9ab.zip |
Remove old commented code.
Diffstat (limited to 'admin')
-rw-r--r-- | admin/catalog.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/admin/catalog.php b/admin/catalog.php index 5ea8b794..20a2b0cb 100644 --- a/admin/catalog.php +++ b/admin/catalog.php @@ -151,7 +151,6 @@ switch ($_REQUEST['action']) { $title = _('Disabled Songs Processed'); $body = ''; show_confirmation($title,$body,$url); - # include(conf('prefix') . '/templates/catalog.inc'); break; case 'clean_all_catalogs': $_REQUEST['catalogs'] = Catalog::get_catalog_ids(); |