I'm really having issues getting this one line right!

This commit is contained in:
ikawhero 2006-02-06 05:36:34 +00:00
parent 12fe91c401
commit d6f0e247b4

View File

@ -326,7 +326,7 @@ function data_get_field_from_name($name){
if ($field){
return data_get_field($field);
} else {
false;
return false;
}
}