mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-14 20:33:48 +00:00
Fixed problem that encoding could not be selected on new entries
SVN revision: 1389
This commit is contained in:
parent
d3cd97cff4
commit
e266fc15ce
@ -6,6 +6,9 @@
|
|||||||
Contents: Web server program for Electronic Logbook ELOG
|
Contents: Web server program for Electronic Logbook ELOG
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.673 2005/05/27 12:29:00 ritt
|
||||||
|
Fixed problem that encoding could not be selected on new entries
|
||||||
|
|
||||||
Revision 1.672 2005/05/27 10:59:51 ritt
|
Revision 1.672 2005/05/27 10:59:51 ritt
|
||||||
Fixed bug with <br / ...text...>
|
Fixed bug with <br / ...text...>
|
||||||
|
|
||||||
@ -8648,7 +8651,7 @@ void show_edit_form(LOGBOOK * lbs, int message_id, BOOL breply, BOOL bedit, BOOL
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Overwrite from current entry */
|
/* Overwrite from current entry */
|
||||||
if (message_id) {
|
if (encoding[0]) {
|
||||||
if (encoding[0] == 'E')
|
if (encoding[0] == 'E')
|
||||||
enc_selected = 0;
|
enc_selected = 0;
|
||||||
else if (encoding[0] == 'p')
|
else if (encoding[0] == 'p')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user