mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
removed little typo
This commit is contained in:
parent
507bc9499e
commit
ec432051ff
@ -303,7 +303,7 @@
|
||||
if (!($new_owner = intval($new_owner)))
|
||||
{
|
||||
$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())
|
||||
{
|
||||
$this->delete($this->db->f(0),False);
|
||||
|
Loading…
Reference in New Issue
Block a user