mopve opening DBs into routines so that caching is avoided
This commit is contained in:
@@ -331,7 +331,7 @@ sub do_display {
|
||||
|
||||
# the value of trt will tell you which panel has returned
|
||||
if (! $trt){
|
||||
my $trt = $c->param('trt') || 'LIST'; #Indicates where to go now
|
||||
$trt = $c->param('trt') || 'LIST'; #Indicates where to go now
|
||||
}
|
||||
|
||||
# Now add in the params from the selected row from the table
|
||||
|
Reference in New Issue
Block a user