From 6f8dda4123e3fe4008810cc6b6bd505a13b09afe Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Wed, 4 Apr 2007 10:22:15 +0000 Subject: [PATCH] Made required attribute work without JavaScript SVN revision: 1832 --- src/elogd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/elogd.c b/src/elogd.c index e00af32e..ee62e152 100755 --- a/src/elogd.c +++ b/src/elogd.c @@ -19826,7 +19826,7 @@ void submit_elog(LOGBOOK * lbs) missing = 1; break; } - } else if (isparam(ua) == 0) { + } else if (isparam(ua) == 0 || *getparam(ua) == 0) { missing = 1; break; }