corrected a typo, thanks to sdietzel@northcc.net

This commit is contained in:
Ralf Becker 2003-09-10 16:41:18 +00:00
parent 94cffa72e3
commit 88d2c07fe8

View File

@ -307,7 +307,7 @@
} }
} }
// set parent_id to 0 for all not deleted children // set parent_id to 0 for all not deleted children
$this->db->query("UPDATE phpgw_infolog SET info_parent_id=0 WHERE info_parent_id=$info_id",__LINE__,__FILE__); $this->db->query("UPDATE phpgw_infolog SET info_id_parent=0 WHERE info_id_parent=$info_id",__LINE__,__FILE__);
} }
/*! /*!