mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-14 18:08:21 +01:00
Remove debugging call
This commit is contained in:
parent
bbb3cdf388
commit
703ae63dbb
@ -227,7 +227,6 @@
|
|||||||
$this->db->next_record();
|
$this->db->next_record();
|
||||||
|
|
||||||
$id = $this->db->f(0);
|
$id = $this->db->f(0);
|
||||||
echo $id;exit;
|
|
||||||
|
|
||||||
$this->db->query("SELECT id,lid,tid,owner $t_fields from $this->std_table WHERE id='$id'",__LINE__,__FILE__);
|
$this->db->query("SELECT id,lid,tid,owner $t_fields from $this->std_table WHERE id='$id'",__LINE__,__FILE__);
|
||||||
$this->db->next_record();
|
$this->db->next_record();
|
||||||
|
Loading…
Reference in New Issue
Block a user