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-5.0.3~534 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=989c8e8f602dda81c3719781fb2504cb3c51b3e9;p=bacula%2Frescue 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. ---