mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-27 08:19:45 +01:00
fix for bug [ 1015169 ] Can't delete user
This commit is contained in:
parent
65fe6dd6e9
commit
f5bcfcd145
@ -274,7 +274,7 @@
|
||||
if($GLOBALS['phpgw_info']['server']['calendar_type'] == 'sql')
|
||||
{
|
||||
$db2 = $this->db;
|
||||
$this->db->select($this->user_table,'cal_id'.array('cal_user_id'=>$account_id),__LINE__,__FILE__);
|
||||
$this->db->select($this->user_table,'cal_id',array('cal_user_id'=>$account_id),__LINE__,__FILE__);
|
||||
while($this->db->next_record())
|
||||
{
|
||||
$id = $this->db->f('cal_id');
|
||||
|
Loading…
Reference in New Issue
Block a user