From: Dirk H Bartley Date: Sat, 28 Mar 2009 15:30:41 +0000 (+0000) Subject: Move two sql performing functions getVolumeList and getStatusList from X-Git-Tag: Release-3.0.0~78 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=41997e0a54abfe2208760bd4d433a0676864caee;p=bacula%2Fdocs Move two sql performing functions getVolumeList and getStatusList from the console class to the pages class. Looking at the function and progressionof the three classes: dircomm, console and pages, these two seem to be more sense in the pages class, they have nothing to do with connecting or managing multiple connections. ---