From 08aa1086240b5088994645d95ec13efb2553ebf4 Mon Sep 17 00:00:00 2001 From: Davide Franco Date: Sun, 17 Jul 2011 22:41:17 +0200 Subject: [PATCH] bacula-web: Removed unused code in index.php --- gui/bacula-web/index.php | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/gui/bacula-web/index.php b/gui/bacula-web/index.php index 02249c71f7..35541a0f64 100644 --- a/gui/bacula-web/index.php +++ b/gui/bacula-web/index.php @@ -113,17 +113,6 @@ }catch(PDOException $e) { CDBError::raiseError($e); } - - /* - $result = $dbSql->db_link->query( $query ); - - if ( PEAR::isError( $result ) ) - $this->TriggerDBError( 'Unable to get last used volumes from catalog' . $result ); - else { - while ( $vol = $result->fetchRow() ) - array_push( $vol_list, $vol ); - } - */ $dbSql->tpl->assign( 'volume_list', $vol_list ); -- 2.39.5