diff options
author | lpsolit%gmail.com <> | 2005-10-13 00:15:06 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-10-13 00:15:06 +0200 |
commit | 85f8adcafb46ad3210c9f6f32ddf0a04d0c6bbb0 (patch) | |
tree | 19674139c96ec4a4d2afb58a9a4d81c172e7f295 /Bugzilla/Config | |
parent | b8f2c324a9a4133f264254d61993ff8c7e0233a2 (diff) | |
download | bugzilla-85f8adcafb46ad3210c9f6f32ddf0a04d0c6bbb0.tar.gz bugzilla-85f8adcafb46ad3210c9f6f32ddf0a04d0c6bbb0.tar.xz |
Bug 312150: Some routines are not exported in Bugzilla/Config/Common.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
Diffstat (limited to 'Bugzilla/Config')
-rw-r--r-- | Bugzilla/Config/Common.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Bugzilla/Config/Common.pm b/Bugzilla/Config/Common.pm index 721651830..c87e2f713 100644 --- a/Bugzilla/Config/Common.pm +++ b/Bugzilla/Config/Common.pm @@ -60,7 +60,8 @@ use Bugzilla::Constants; use base qw(Exporter); @Bugzilla::Config::Common::EXPORT = - qw(check_sslbase check_priority check_severity check_platform + qw(check_multi check_numeric check_regexp + check_sslbase check_priority check_severity check_platform check_opsys check_shadowdb check_urlbase check_webdotbase check_netmask check_user_verify_class check_image_converter check_languages check_mail_delivery_method |