Skip to content

Commit

Permalink
I'm really having issues getting this one line right!
Browse files Browse the repository at this point in the history
  • Loading branch information
ikawhero committed Feb 6, 2006
1 parent 12fe91c commit d6f0e24
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;
return false;
}
}

Expand Down

0 comments on commit d6f0e24

Please sign in to comment.