protected function drawFormReadOnlyValueJpegAttribute($attribute, $i) { $this->draw('HiddenValue', $attribute, $i); $_SESSION['tmp'][$attribute->getName()][$i] = $attribute->getValue($i); draw_jpeg_photo(null, $this->template->getDN(), $attribute->getName(), $i, false, false); }
protected function drawFormReadOnlyValueJpegAttribute($attribute, $i) { draw_jpeg_photo($this->getServer(), $this->template->getDN(), $attribute->getName(), $i, false, false); }