Searched refs:insert_id (Results 1 – 10 of 10) sorted by relevance
67 $insert_id = $this->db->insert_id();68 …$insert_id && $this->db->query("REPLACE INTO ".UC_DBTABLEPRE."vars SET name='mailexists', value='1…69 return $insert_id;
86 $insert_id = $this->db->insert_id();87 …$insert_id && $this->db->query("REPLACE INTO ".UC_DBTABLEPRE."vars (name, value) VALUES ('noteexis…88 return $insert_id;
30 return $this->db->insert_id();
240 $plid = $this->db->insert_id();242 $pmid = $this->db->insert_id();249 $pmid = $this->db->insert_id();266 $plid = $this->db->insert_id();268 $pmid = $this->db->insert_id();332 $pmid = $this->db->insert_id();
38 return $this->db->insert_id();
136 $uid = $this->db->insert_id();
122 function insert_id() { function in ucclient_db123 …return ($id = $this->link->insert_id) >= 0 ? $id : $this->result($this->query("SELECT last_insert_…
129 function insert_id() { function in ucclient_db
53 return $this->db->insert_id();
197 $KeyID = $this->database->insert_id();