mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-27 02:57:22 +00:00
Fixed HTML bug
SVN revision: 252
This commit is contained in:
parent
74f80723e7
commit
65264d0356
4
elogd.c
4
elogd.c
@ -6,6 +6,9 @@
|
|||||||
Contents: Web server program for Electronic Logbook ELOG
|
Contents: Web server program for Electronic Logbook ELOG
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 2.84 2002/09/25 15:00:31 midas
|
||||||
|
Fixed HTML bug
|
||||||
|
|
||||||
Revision 2.83 2002/09/25 10:33:47 midas
|
Revision 2.83 2002/09/25 10:33:47 midas
|
||||||
Fixed URL problem with delete
|
Fixed URL problem with delete
|
||||||
|
|
||||||
@ -5521,7 +5524,6 @@ char str[256], in_reply_to[80], reply_to[256];
|
|||||||
{
|
{
|
||||||
/* delete message */
|
/* delete message */
|
||||||
status = el_delete_message(lbs, message_id, TRUE, NULL, TRUE);
|
status = el_delete_message(lbs, message_id, TRUE, NULL, TRUE);
|
||||||
rsprintf("<tr><td bgcolor=#80FF80 align=center>");
|
|
||||||
if (status != EL_SUCCESS)
|
if (status != EL_SUCCESS)
|
||||||
{
|
{
|
||||||
sprintf(str, "%s = %d", loc("Error deleting message: status"), status);
|
sprintf(str, "%s = %d", loc("Error deleting message: status"), status);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user