| D | helper.php | 416 function _keyExists($KeyID, $Lang=null, $Value=null, $Date=null) { argument 421 if ( !empty($Lang) ) { 423 $execute[] = $Lang; 452 function _insertTranslation($KeyID, $Value, $Lang, $Date, $User=null) { argument 460 if ( $this->_keyExists($KeyID, $Lang) ) { 462 … if ( $this->_keyExists($KeyID, $Lang, $Value) || $this->_keyExists($KeyID, $Lang, null, $Date) ) { 474 $this->database->execute($KeyID, $Lang, $Value, $User, $Date); 479 function _insertTranslationArray($translation, &$finalStatus, $Lang, $Date) { argument 501 $this->database->execute($Lang); 526 $INSERTDATA[] = $Lang; [all …]
|