diff options
author | ivan <ivan> | 2004-01-31 06:33:40 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-01-31 06:33:40 +0000 |
commit | c7e637f35948396ca2bf760160f2a1a3081e0484 (patch) | |
tree | 98edc8b5939c314e6027e0596f22ff1c6858ce24 /htetc/handler.pl | |
parent | 729eaf2e7c8e110432a8f4953cba1e4b78e45db5 (diff) |
add pkg_svc.primary_svc flag to enable an explicit first package flag
Diffstat (limited to 'htetc/handler.pl')
-rw-r--r-- | htetc/handler.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htetc/handler.pl b/htetc/handler.pl index c5f685f85..584d930b1 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -73,7 +73,7 @@ sub handler use IO::File; use String::Approx qw(amatch); use Chart::LinesPoints; - use HTML::Widgets::SelectLayers 0.02; + use HTML::Widgets::SelectLayers 0.03; use FS::UID qw(cgisuidsetup dbh getotaker datasrc driver_name); use FS::Record qw(qsearch qsearchs fields dbdef); use FS::Conf; |