![]() ![]() | ![]() |
version 1.179, 2001/11/29 21:54:56 | version 1.180, 2001/12/04 15:19:11 |
---|---|
Line 963 sub tmpreset { | Line 963 sub tmpreset { |
$path.'/tmpstore_'.$stuname.'_'.$domain.'_'.$namespace.'.db', | $path.'/tmpstore_'.$stuname.'_'.$domain.'_'.$namespace.'.db', |
&GDBM_WRCREAT,0640)) { | &GDBM_WRCREAT,0640)) { |
foreach my $key (keys %hash) { | foreach my $key (keys %hash) { |
if ($key=~ /:$symb:/) { | if ($key=~ /:$symb/) { |
delete($hash{$key}); | delete($hash{$key}); |
} | } |
} | } |