update to remoteuseracces, declare DB handles in Custom

This commit is contained in:
2025-05-19 13:03:05 +01:00
parent 386e602958
commit f785f16234
2 changed files with 52 additions and 10 deletions

View File

@@ -17,12 +17,12 @@ use constant FALSE => 0;
use constant TRUE => 1;
#The most common ones
#my $cdb
#my $adb
#my $ndb
#my $hdb
#my $ddb
#The most common ones - open DB when required.
my $cdb;
my $adb;
my $ndb;
my $hdb;
my $ddb;
# Validation routines - parameters for each panel
<tal:block tal:repeat="panel panels">