diff options
| author | fukachan <fukachan> | 2001-01-24 06:35:46 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-01-24 06:35:46 +0000 |
| commit | e00836b542f2df20d8fa34669d9edd79333fa298 (patch) | |
| tree | 9951c13c3b658ad19292def4a05079b3f9488d27 /fml/lib/FML/Config.pm | |
| parent | e6a9111ca4122b24ebbc7d33bc2fcf607155a9db (diff) | |
| download | fml8-e00836b542f2df20d8fa34669d9edd79333fa298.tar.gz fml8-e00836b542f2df20d8fa34669d9edd79333fa298.tar.bz2 fml8-e00836b542f2df20d8fa34669d9edd79333fa298.zip | |
ticket system be more independent of header_rewrite, and clean up more
Diffstat (limited to 'fml/lib/FML/Config.pm')
| -rw-r--r-- | fml/lib/FML/Config.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fml/lib/FML/Config.pm b/fml/lib/FML/Config.pm index 8f17a13d..47beecb2 100644 --- a/fml/lib/FML/Config.pm +++ b/fml/lib/FML/Config.pm @@ -7,9 +7,9 @@ package FML::Config; -use vars qw(%_fml_config); use strict; use Carp; +use vars qw(%_fml_config); sub new |
