Skip to content

Commit

Permalink
Oops, missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
ikawhero committed Feb 6, 2006
1 parent 5782be6 commit 12fe91c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/data/lib.php
Expand Up @@ -326,7 +326,7 @@ function data_get_field_from_name($name){
if ($field){
return data_get_field($field);
} else {
false
false;
}
}

Expand Down

0 comments on commit 12fe91c

Please sign in to comment.