]> git.sur5r.net Git - bacula/bacula/commitdiff
bacula-web: Removed useless php code
authorDavide Franco <bacula-dev@dflc.ch>
Mon, 27 Jun 2011 14:14:36 +0000 (16:14 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:49:17 +0000 (14:49 +0200)
gui/bacula-web/index.php

index dea1accf2ee8722ac4fef63cfd07fc34f98c1891..795e36347dadf2fa0d8a7b82ac31fe5a2abd8aef 100644 (file)
@@ -46,9 +46,6 @@ $dbSql->tpl->assign('clientes_totales',$nb_clients["nb_client"] );
 // Backup Job list for report.tpl and last_run_report.tpl
 $dbSql->tpl->assign( 'jobs_list', $dbSql->Get_BackupJob_Names() );
 
-// Get volumes list (volumes.tpl)
-$dbSql->tpl->assign('pools', $dbSql->GetVolumeList() );
-
 // Last 24 hours completed jobs number
 $dbSql->tpl->assign( 'completed_jobs', $dbSql->CountJobs( LAST_DAY, 'completed' ) );