Fixed disappearing text on edit

SVN revision: 671
This commit is contained in:
Stefan Ritt 2004-01-13 15:15:48 +00:00
parent 1b37195987
commit 5adbf6f0cd

View File

@ -6,6 +6,9 @@
Contents: Web server program for Electronic Logbook ELOG
$Log$
Revision 1.186 2004/01/13 15:15:48 midas
Fixed disappearing text on edit
Revision 1.185 2004/01/13 15:02:17 midas
Sort user names in selection box
@ -5999,6 +6002,7 @@ void show_edit_form(LOGBOOK * lbs, int message_id, BOOL breply, BOOL bedit, BOOL
if (text[0]) {
if (bedit) {
if (bupload
|| (!bupload && !breedit)
|| (breedit && !getcfg_cond(lbs->name, condition, "Preset text", str)))
rsputs(text);
} else {