Skip to content

Commit

Permalink
MDL-33794 assign: fix some incorrect function names
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Jun 18, 2012
1 parent 130aed6 commit 798c910
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion mod/assign/feedback/comments/db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* @param int $oldversion
* @return bool
*/
function xmldb_feedback_comments_upgrade($oldversion) {
function xmldb_assignfeedback_comments_upgrade($oldversion) {
// do the upgrades
return true;
}
Expand Down
2 changes: 1 addition & 1 deletion mod/assign/feedback/file/db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* @param int $oldversion
* @return bool
*/
function xmldb_feedback_file_upgrade($oldversion) {
function xmldb_assignfeedback_file_upgrade($oldversion) {
// do the upgrades
return true;
}
Expand Down
2 changes: 1 addition & 1 deletion mod/assign/submission/comments/db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* @param int $oldversion
* @return bool
*/
function xmldb_submission_comments_upgrade($oldversion) {
function xmldb_assignsubmission_comments_upgrade($oldversion) {
return true;
}

Expand Down
2 changes: 1 addition & 1 deletion mod/assign/submission/file/db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* @param int $oldversion
* @return bool
*/
function xmldb_submission_file_upgrade($oldversion) {
function xmldb_assignsubmission_file_upgrade($oldversion) {
return true;
}

Expand Down
2 changes: 1 addition & 1 deletion mod/assign/submission/onlinetext/db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* @param int $oldversion
* @return bool
*/
function xmldb_submission_onlinetext_upgrade($oldversion) {
function xmldb_assignsubmission_onlinetext_upgrade($oldversion) {
return true;
}

Expand Down

0 comments on commit 798c910

Please sign in to comment.