Skip to content

Commit

Permalink
fixing typos
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Jan 25, 2006
1 parent 37d7e71 commit 4979f73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mod/label/db/migrate2utf8.php
Expand Up @@ -8,7 +8,7 @@ function migrate2utf8_label_name($recordid){
return false;
}

if (!$label = get_record('label','id',$recordid) {
if (!$label = get_record('label','id',$recordid)) {
log_the_problem_somewhere();
return false;
}
Expand Down Expand Up @@ -41,7 +41,7 @@ function migrate2utf8_label_content($recordid){
return false;
}

if (!$label = get_record('label','id',$recordid) {
if (!$label = get_record('label','id',$recordid)) {
log_the_problem_somewhere();
return false;
}
Expand Down

0 comments on commit 4979f73

Please sign in to comment.