diff --git a/manage_form.php b/manage_form.php index 99bfc23..1ffdcf0 100644 --- a/manage_form.php +++ b/manage_form.php @@ -113,7 +113,7 @@ if(!empty($row['form_email'])){ $form_list[$i]['form_email'] = $row['form_email']; }else{ - $form_list[$i]['form_email'] = 'nobody'; + $form_list[$i]['form_email'] = 'nadie'; } $form_id_array[] = $row['form_id']; $i++; @@ -465,7 +465,7 @@ EOT;