function _getValue($value)
 {
     // bc
     if ($this->viasql) {
         return parent::_getValue($value);
     }
     global $REX;
     $value = $this->correctValue($value);
     return $REX['ART'][$this->article_id][$value][$this->clang];
 }