Return to londocs.pm CVS log | Up to [LON-CAPA] / loncom / interface |
version 1.220, 2006/01/27 23:14:20 | version 1.221, 2006/02/07 19:46:30 |
---|---|
Line 1667 sub tiehash { | Line 1667 sub tiehash { |
sub untiehash { | sub untiehash { |
if ($hashtied) { untie %hash; } | if ($hashtied) { untie %hash; } |
$hashtied=0; | $hashtied=0; |
return OK; | |
} | } |
# --------------------------------------------------------------- check on this | # --------------------------------------------------------------- check on this |