"quitent error_log and NOT calling affected rows twice, thanks to Hans-Juergen"

This commit is contained in:
Ralf Becker 2009-10-01 18:57:45 +00:00
parent c503bcde8c
commit 013426f63d

View File

@ -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;
}
/**