mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:04 +01:00
Remove debugging call
This commit is contained in:
parent
bbb3cdf388
commit
703ae63dbb
@ -227,7 +227,6 @@
|
||||
$this->db->next_record();
|
||||
|
||||
$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->next_record();
|
||||
|
Loading…
Reference in New Issue
Block a user