Searched refs:KeyID (Results 1 – 2 of 2) sorted by relevance
| /plugin/translator/ |
| 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']; 206 $this->database->execute($KeyID, $categoryID, $version); 215 $this->database->execute($KeyID, $categoryID, $version); 416 function _keyExists($KeyID, $Lang=null, $Value=null, $Date=null) { argument 419 $execute = array( $KeyID ); 452 function _insertTranslation($KeyID, $Value, $Lang, $Date, $User=null) { argument [all …]
|
| D | admin.php | 435 list($KeyID, $Lang) = $Entry; 436 $this->functions->database->execute($KeyID, $User, $Lang);
|