Add use of access field

This commit is contained in:
Miles Lott 2001-03-24 21:48:41 +00:00
parent 7d197afd49
commit 9b868cb86a
3 changed files with 3 additions and 0 deletions

View File

@ -77,6 +77,7 @@
$buffer[$this->id][$name] = $value;
//echo '<br>'.$this->id.': '.$name.' => '.$value;
}
$buffer[$this->id]['access']] = $private;
return $buffer;
}

View File

@ -143,6 +143,7 @@
$buffer[$this->id][$name] = $value;
//echo '<br>'.$name.' => '.$value;
}
$buffer[$this->id]['access']] = $private;
return $buffer;
}

View File

@ -67,6 +67,7 @@
//$buffer[$this->id]["private"] = $private;
//echo '<br>'.$name.' => '.$value;
}
$buffer[$this->id]['access']] = $private;
return $buffer;
}