Remove an undefined index error, i think

This commit is contained in:
Miles Lott 2001-09-06 08:34:38 +00:00
parent 92558b4412
commit 2bc807158e

View File

@ -294,7 +294,7 @@
function arraymem($m)
{
$nv=$this->me['array'][$m];
$nv=@$this->me['array'][$m];
return $nv;
}