removed little typo

This commit is contained in:
Lars Kneschke 2003-08-31 21:24:51 +00:00
parent 507bc9499e
commit ec432051ff

View File

@ -303,7 +303,7 @@
if (!($new_owner = intval($new_owner))) if (!($new_owner = intval($new_owner)))
{ {
$db2 = $this->db; // we need an extra result-set $db2 = $this->db; // we need an extra result-set
$db2->db->query("SELECT info_id FROM phpgw_infolog WHERE info_owner=$owner",__LINE__,__FILE__); $db2->query("SELECT info_id FROM phpgw_infolog WHERE info_owner=$owner",__LINE__,__FILE__);
while($db2->next_record()) while($db2->next_record())
{ {
$this->delete($this->db->f(0),False); $this->delete($this->db->f(0),False);