mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-10 18:23:28 +00:00
Made 'list' work together with 'start page = 0?cmd=Last'
SVN revision: 1433
This commit is contained in:
parent
4716f9b178
commit
24151439f2
@ -6,6 +6,9 @@
|
||||
Contents: Web server program for Electronic Logbook ELOG
|
||||
|
||||
$Log$
|
||||
Revision 1.706 2005/07/20 20:13:11 ritt
|
||||
Made 'list' work together with 'start page = 0?cmd=Last'
|
||||
|
||||
Revision 1.705 2005/07/20 19:37:42 ritt
|
||||
Do not interprete ELCode inside [code]...[/code]
|
||||
|
||||
@ -22254,7 +22257,7 @@ void interprete(char *lbook, char *path)
|
||||
|
||||
/* check for "List" button */
|
||||
if (strieq(command, loc("List"))) {
|
||||
redirect(lbs, "");
|
||||
show_elog_list(lbs, 0, 0, 1, NULL);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user