From da7050ae5d154156ac8efe458a75370d2400d392 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Tue, 15 Jun 2004 20:58:15 +0000 Subject: [PATCH] Fixed bug with extendable attributes and onunload() checking SVN revision: 905 --- src/elogd.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/elogd.c b/src/elogd.c index ecfd5b40..c9c40475 100755 --- a/src/elogd.c +++ b/src/elogd.c @@ -6,6 +6,9 @@ Contents: Web server program for Electronic Logbook ELOG $Log$ + Revision 1.344 2004/06/15 20:58:15 midas + Fixed bug with extendable attributes and onunload() checking + Revision 1.343 2004/06/15 20:52:14 midas Implemented first version of onunload() checking for abandoned edits @@ -6819,7 +6822,7 @@ void show_edit_form(LOGBOOK * lbs, int message_id, BOOL breply, BOOL bedit, BOOL if (attr_flags[index] & AF_EXTENDABLE) { sprintf(str, loc("Add %s"), attr_list[index]); - rsprintf("\n", str); + rsprintf("\n", str); } rsprintf("\n"); @@ -6847,7 +6850,7 @@ void show_edit_form(LOGBOOK * lbs, int message_id, BOOL breply, BOOL bedit, BOOL if (attr_flags[index] & AF_EXTENDABLE) { sprintf(str, loc("Add %s"), attr_list[index]); - rsprintf("\n", str); + rsprintf("\n", str); } rsprintf("\n"); @@ -6919,7 +6922,7 @@ void show_edit_form(LOGBOOK * lbs, int message_id, BOOL breply, BOOL bedit, BOOL if (attr_flags[index] & AF_EXTENDABLE) { sprintf(str, loc("Add %s"), attr_list[index]); - rsprintf("\n", str); + rsprintf("\n", str); } rsprintf("\n");