mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-17 19:01:04 +01:00
"quitent error_log and NOT calling affected rows twice, thanks to Hans-Juergen"
This commit is contained in:
parent
c503bcde8c
commit
013426f63d
@ -884,8 +884,8 @@ ORDER BY cal_user_type, cal_usre_id
|
||||
),$where,__LINE__,__FILE__,'calendar');
|
||||
}
|
||||
$ret = $this->db->affected_rows();
|
||||
error_log(__METHOD__."($cal_id,$user_type,$user_id,$status,$recur_date) = $ret");
|
||||
return $this->db->affected_rows();
|
||||
//error_log(__METHOD__."($cal_id,$user_type,$user_id,$status,$recur_date) = $ret");
|
||||
return $ret;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user