mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Fixed crashing elogd in threaded display
SVN revision: 829
This commit is contained in:
parent
062c2ab87d
commit
da68e5d6da
@ -6,6 +6,9 @@
|
|||||||
Contents: Web server program for Electronic Logbook ELOG
|
Contents: Web server program for Electronic Logbook ELOG
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.295 2004/03/15 08:02:46 midas
|
||||||
|
Fixed crashing elogd in threaded display
|
||||||
|
|
||||||
Revision 1.294 2004/03/14 16:43:29 midas
|
Revision 1.294 2004/03/14 16:43:29 midas
|
||||||
Implemented option 'guest display'
|
Implemented option 'guest display'
|
||||||
|
|
||||||
@ -10481,7 +10484,7 @@ void display_line(LOGBOOK * lbs, int message_id, int number, char *mode,
|
|||||||
else {
|
else {
|
||||||
/* display standard icons */
|
/* display standard icons */
|
||||||
if (level == 0)
|
if (level == 0)
|
||||||
rsprintf("<a href=\"%s\"><img border=0 src=\"entry.gif\"></a> ");
|
rsprintf("<a href=\"%s\"><img border=0 src=\"entry.gif\"></a> ", ref);
|
||||||
else
|
else
|
||||||
rsprintf("<a href=\"%s\"><img border=0 src=\"reply.gif\"></a> ", ref);
|
rsprintf("<a href=\"%s\"><img border=0 src=\"reply.gif\"></a> ", ref);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user