if (empty($form->name)) {
$form->name = "";
}
+ if (empty($form->reference)) {
+ $form->reference = "";
+ }
if (empty($form->summary)) {
$form->summary = "";
}
- if (empty($form->alltext)) {
- $form->alltext = "";
+ if (empty($form->auto)) {
+ $form->auto = "";
}
?>
<center>
<input type="submit" value="<?php print_string("continue") ?>">
</center>
-</form>
\ No newline at end of file
+</form>