Made required attribute work without JavaScript

SVN revision: 1832
This commit is contained in:
Stefan Ritt 2007-04-04 10:22:15 +00:00
parent 48e2de5cd5
commit 6f8dda4123

View File

@ -19826,7 +19826,7 @@ void submit_elog(LOGBOOK * lbs)
missing = 1; missing = 1;
break; break;
} }
} else if (isparam(ua) == 0) { } else if (isparam(ua) == 0 || *getparam(ua) == 0) {
missing = 1; missing = 1;
break; break;
} }