mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-10 18:23:28 +00:00
Fixed bug with displaying attachments
SVN revision: 1030
This commit is contained in:
parent
cf2375cfc6
commit
aab591cbc7
@ -6,6 +6,9 @@
|
|||||||
Contents: Web server program for Electronic Logbook ELOG
|
Contents: Web server program for Electronic Logbook ELOG
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.439 2004/08/05 08:08:42 midas
|
||||||
|
Fixed bug with displaying attachments
|
||||||
|
|
||||||
Revision 1.438 2004/08/05 08:04:58 midas
|
Revision 1.438 2004/08/05 08:04:58 midas
|
||||||
Added .cfg and .conf to class of text files
|
Added .cfg and .conf to class of text files
|
||||||
|
|
||||||
@ -17242,7 +17245,7 @@ void show_elog_message(LOGBOOK * lbs, char *dec_path, char *command)
|
|||||||
rsprintf("<img src=\"%s\"></td></tr>", ref);
|
rsprintf("<img src=\"%s\"></td></tr>", ref);
|
||||||
rsprintf("</td></tr>\n\n");
|
rsprintf("</td></tr>\n\n");
|
||||||
} else {
|
} else {
|
||||||
if (strstr(str, ".TXT") || strstr(str, ".ASC") || strstr(str, ".CFG") || strstr(str, ".CONF")
|
if (strstr(att, ".TXT") || strstr(att, ".ASC") || strstr(att, ".CFG") || strstr(att, ".CONF")
|
||||||
|| strchr(att, '.') == NULL) {
|
|| strchr(att, '.') == NULL) {
|
||||||
/* display attachment */
|
/* display attachment */
|
||||||
rsprintf("<tr><td class=\"messageframe\">\n");
|
rsprintf("<tr><td class=\"messageframe\">\n");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user