mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 11:51:43 +02:00
fixed parse error, sorry ;(
This commit is contained in:
parent
1e7f7531b8
commit
51afdd7cfd
@ -611,7 +611,7 @@
|
|||||||
|
|
||||||
$SQL="INSERT INTO $this->std_table (owner,access,cat_id,tid,$lid[0]"
|
$SQL="INSERT INTO $this->std_table (owner,access,cat_id,tid,$lid[0]"
|
||||||
. implode(",",$this->stock_contact_fields)
|
. implode(",",$this->stock_contact_fields)
|
||||||
. ") VALUES ($owner,'$fields[access]','$fields[cat_id]','$fields[tid]','$lid[1]"
|
. ") VALUES ($owner,'$fields[access]','$fields[cat_id]','$fields[tid]','$lid[1]";
|
||||||
$this->db->query($SQL,__LINE__,__FILE__);
|
$this->db->query($SQL,__LINE__,__FILE__);
|
||||||
|
|
||||||
$id = $id = $this->db->get_last_insert_id($this->std_table, 'id');
|
$id = $id = $this->db->get_last_insert_id($this->std_table, 'id');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user