diff options
-rwxr-xr-x | checksetup.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/checksetup.pl b/checksetup.pl index 628902d61..94172150d 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -101,6 +101,7 @@ use strict; # this way we can look in the symbol table to see if they've been declared # yet or not. +use vars qw( $db_name ); ########################################################################### # Check required module |