Searched refs:KeyID (Results 1 – 2 of 2) sorted by relevance
/plugin/translator/ |
H A D | helper.php | 174 $KeyID = null; 188 $KeyID = $data['KeyID']; 192 $this->database->execute($value, $HASHKEY, $KeyID); 197 $KeyID = $this->database->insert_id(); 202 $KeyID = $data['KeyID']; 215 $this->database->execute($KeyID, $categoryID, $version); 416 function _keyExists($KeyID, $Lang=null, $Value=null, $Date=null) { argument 419 $execute = array( $KeyID ); 460 if ( $this->_keyExists($KeyID, $Lang) ) { 462 … if ( $this->_keyExists($KeyID, $Lang, $Value) || $this->_keyExists($KeyID, $Lang, null, $Date) ) { [all …]
|
H A D | admin.php | 435 list($KeyID, $Lang) = $Entry; 436 $this->functions->database->execute($KeyID, $User, $Lang);
|