You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DooModel.php
Also change the following
=========================
public function updateAttributes($data, $opt=NULL){
return $this->db()->update_attributes($this, $data, $opt);
}
TO
public function updateAttributes($data, $opt=NULL){
return $this->db()->updateAttributes($this, $data, $opt);
}
Using DooPHP 1.4.1
Original comment by mohit.ch...@gmail.com on 24 Sep 2012 at 11:02
Original issue reported on code.google.com by
jar...@gmail.com
on 15 Apr 2012 at 9:29The text was updated successfully, but these errors were encountered: