mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-12 19:33:03 +00:00
Fixed disappearing text on edit
SVN revision: 671
This commit is contained in:
parent
1b37195987
commit
5adbf6f0cd
@ -6,6 +6,9 @@
|
|||||||
Contents: Web server program for Electronic Logbook ELOG
|
Contents: Web server program for Electronic Logbook ELOG
|
||||||
|
|
||||||
$Log$
|
$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
|
Revision 1.185 2004/01/13 15:02:17 midas
|
||||||
Sort user names in selection box
|
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 (text[0]) {
|
||||||
if (bedit) {
|
if (bedit) {
|
||||||
if (bupload
|
if (bupload
|
||||||
|
|| (!bupload && !breedit)
|
||||||
|| (breedit && !getcfg_cond(lbs->name, condition, "Preset text", str)))
|
|| (breedit && !getcfg_cond(lbs->name, condition, "Preset text", str)))
|
||||||
rsputs(text);
|
rsputs(text);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user