mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-10 18:23:28 +00:00
Download now works with elog utility
SVN revision: 580
This commit is contained in:
parent
35dcbd201d
commit
d8a6fed9a9
@ -6,6 +6,9 @@
|
|||||||
Contents: Web server program for Electronic Logbook ELOG
|
Contents: Web server program for Electronic Logbook ELOG
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.133 2003/07/15 11:19:28 midas
|
||||||
|
Download now works with elog utility
|
||||||
|
|
||||||
Revision 1.132 2003/07/15 08:00:04 midas
|
Revision 1.132 2003/07/15 08:00:04 midas
|
||||||
Fixed problem with coloring hyperlinks in find result page
|
Fixed problem with coloring hyperlinks in find result page
|
||||||
|
|
||||||
@ -7599,7 +7602,7 @@ char message[TEXT_SIZE+1000], *p;
|
|||||||
}
|
}
|
||||||
|
|
||||||
return_length = strlen(return_buffer)+size;
|
return_length = strlen(return_buffer)+size;
|
||||||
strlcat(return_buffer, message, sizeof(return_buffer));
|
strlcat(return_buffer, message, return_buffer_size);
|
||||||
|
|
||||||
return EL_SUCCESS;
|
return EL_SUCCESS;
|
||||||
}
|
}
|
||||||
@ -12735,7 +12738,8 @@ FILE *f;
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (equal_ustring(command, loc("Download")))
|
if (equal_ustring(command, loc("Download")) ||
|
||||||
|
equal_ustring(command, "Download"))
|
||||||
{
|
{
|
||||||
show_download_page(lbs, dec_path);
|
show_download_page(lbs, dec_path);
|
||||||
return;
|
return;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user