Remove debugging call

This commit is contained in:
Miles Lott 2001-03-19 17:57:05 +00:00
parent bbb3cdf388
commit 703ae63dbb

View File

@ -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();