From: Davide Franco Date: Sun, 17 Jul 2011 20:04:34 +0000 (+0200) Subject: bacula-web: Usage of new CDB PDO class instead of PEAR DB (major commit) X-Git-Tag: Release-7.0.0~658 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f539815cf49d1e096fa3a1b487eb87fed128345;p=thirdparty%2Fbacula.git bacula-web: Usage of new CDB PDO class instead of PEAR DB (major commit) - Replaced PEAR DB code by CDB class in index.php and bweb.inc.php - Improved code in GetVolumeList() function - Fixed code indentation ---