]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/bacula-web/index.php
- Added JobID column in report template. (thanks to Stephan Ebeit)
[bacula/bacula] / gui / bacula-web / index.php
index 78c527309aebfacff064f0ec2c7ed063f0f9c492..cc13c78b4b9c0f31f7b788a5a86e5e23cb12fa82 100644 (file)
@@ -47,7 +47,7 @@ if ( $dbSql->driver == "pgsql")
 $bytes_stored =& $dbSql->link->getOne("select SUM(VolBytes) from Media")
         or die ("Error query: 4");
 
-$smarty->assign('database_size', $dbSql->GetDbSize()*1000000);
+$smarty->assign('database_size', $dbSql->GetDbSize());
 $smarty->assign('bytes_stored',$bytes_stored);
 
 $tmp = $client->fetchRow();