diff options
Diffstat (limited to 'include/nms/web.pm')
-rwxr-xr-x | include/nms/web.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/nms/web.pm b/include/nms/web.pm index 74f40c1..184cd90 100755 --- a/include/nms/web.pm +++ b/include/nms/web.pm @@ -12,7 +12,7 @@ package nms::web; use base 'Exporter'; our %get_params; our %json; -our @EXPORT = qw(finalize_output json dbh db_safe_quote %get_params get_input %json); +our @EXPORT = qw(finalize_output json $dbh db_safe_quote %get_params get_input %json); our $dbh; our $now; our $when; |