Skip to content

Commit

Permalink
now it's named account_update
Browse files Browse the repository at this point in the history
  • Loading branch information
apex2060 committed Mar 20, 2013
1 parent 4ba9eef commit 286b8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mvc/model/model_accounts.php
Expand Up @@ -65,7 +65,7 @@ function account_create($data){
}
return $return;
}
function account_create($data){
function account_update($data){
global $DB;
return $return;
}
Expand Down

0 comments on commit 286b8fd

Please sign in to comment.