mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-12 19:06:50 +00:00
Fixed bug that 'last xx entries?mode=threaded' was displayed
SVN revision: 171
This commit is contained in:
parent
1ad457716c
commit
e8211d516b
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.41 2002/07/09 07:37:37 midas
|
||||||
|
Fixed bug that 'last xx entries?mode=threaded' was displayed
|
||||||
|
|
||||||
Revision 2.40 2002/07/09 07:31:13 midas
|
Revision 2.40 2002/07/09 07:31:13 midas
|
||||||
Removed alphasort() for Solaris compatibility
|
Removed alphasort() for Solaris compatibility
|
||||||
|
|
||||||
@ -5353,7 +5356,6 @@ struct tm tms, *ptms;
|
|||||||
if (last_n)
|
if (last_n)
|
||||||
{
|
{
|
||||||
sprintf(str, loc("Last %d entries"), last_n*2);
|
sprintf(str, loc("Last %d entries"), last_n*2);
|
||||||
sprintf(str+strlen(str), "?mode=%s", mode);
|
|
||||||
rsprintf(" <a href=\"last%d?mode=%s\">%s</a> |\n", last_n*2, mode, str);
|
rsprintf(" <a href=\"last%d?mode=%s\">%s</a> |\n", last_n*2, mode, str);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user