Add extra comment to head of DB open block

This commit is contained in:
Brian Read 2024-11-27 20:13:20 +00:00
parent 1676739b17
commit 9567e6e327

View File

@ -132,7 +132,7 @@ sub do_update {
$c->app->log->info($c->log_req);
my $modul = '';
#The most common ones
#The most common ones - you might want to comment out any not used.
$cdb = esmith::ConfigDB->open() || die("Couldn't open config db");
$adb = esmith::AccountsDB->open() || die("Couldn't open Accounts db");
$ndb = esmith::NetworksDB->open() || die("Couldn't open Network db");
@ -229,7 +229,7 @@ sub do_display {
my ($c,$trt) = @_;
$c->app->log->info($c->log_req);
#The most common ones
#The most common ones - you might want to comment out any not used.
$cdb = esmith::ConfigDB->open() || die("Couldn't open config db");
$adb = esmith::AccountsDB->open() || die("Couldn't open Accounts db");
$ndb = esmith::NetworksDB->open() || die("Couldn't open Network db");