29 $this->dacls[
"answer"] = array(
31 "description" => _(
"need answer")
33 $this->acls[] =
"answer"; # _(
"answer")
42 foreach ($keys as $k) {
50 $i = array_search($keys, $this->
getTValue(
"was_keys"));
52 return $this->getTvalue(
"was_labels",
"", $i);
69 if ($this->
getValue(
"DPDOC_FAMID") > 0) {
72 if (!isset($this->pdoc)) {
75 if (
$err !=
"")
return "Wask::Control:" .
$err;
76 $pdoc->setProfil($this->profid, $this->doc);
77 $this->pdoc = & $pdoc;
79 $err = $this->pdoc->DocControl($aclname);
87 if (!isset($this->doc)) {