mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Fixed bug with MOptions and conditional attributes
SVN revision: 822
This commit is contained in:
parent
6cad1e9155
commit
2987dec9a8
@ -6,6 +6,9 @@
|
|||||||
Contents: Web server program for Electronic Logbook ELOG
|
Contents: Web server program for Electronic Logbook ELOG
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.289 2004/03/10 14:53:40 midas
|
||||||
|
Fixed bug with MOptions and conditional attributes
|
||||||
|
|
||||||
Revision 1.288 2004/03/09 09:56:04 midas
|
Revision 1.288 2004/03/09 09:56:04 midas
|
||||||
Implemented 'ID display'
|
Implemented 'ID display'
|
||||||
|
|
||||||
@ -6233,7 +6236,7 @@ void show_edit_form(LOGBOOK * lbs, int message_id, BOOL breply, BOOL bedit, BOOL
|
|||||||
attrib[i][0] = 0;
|
attrib[i][0] = 0;
|
||||||
first = 1;
|
first = 1;
|
||||||
for (j = 0; j < MAX_N_LIST; j++) {
|
for (j = 0; j < MAX_N_LIST; j++) {
|
||||||
sprintf(str, "%s#%d", ua, j);
|
sprintf(str, "%s_%d", ua, j);
|
||||||
if (getparam(str)) {
|
if (getparam(str)) {
|
||||||
if (*getparam(str)) {
|
if (*getparam(str)) {
|
||||||
if (first)
|
if (first)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user