* CHANGE: removing potential scoping conflict for conf

This commit is contained in:
htmlism 2008-06-17 13:41:12 +00:00
parent 00126652b4
commit 47d2e1f7e8
1 changed files with 0 additions and 1 deletions

View File

@ -401,7 +401,6 @@ sub error {
}
sub readconf {
our %CONF;
my ($conffile)=@_;
open(CONF,"$CONF{file}") or &error("readconf: cannot open $CONF{file}");
while (my $line=<CONF>) {