From bcc77782774e571bb547f873308a39b584dcda4f Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Tue, 25 Jun 2002 11:52:24 +0000 Subject: [PATCH] Fixed problem with changeing passwords SVN revision: 152 --- elogd.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/elogd.c b/elogd.c index e8949456..b03fc4c0 100755 --- a/elogd.c +++ b/elogd.c @@ -6,6 +6,9 @@ Contents: Web server program for Electronic Logbook ELOG $Log$ + Revision 2.30 2002/06/25 11:52:24 midas + Fixed problem with changeing passwords + Revision 2.29 2002/06/20 14:53:33 midas Synchronize indices if several logbooks share the same data directory @@ -7932,7 +7935,7 @@ LOGBOOK *cur_lb; } if (strncmp(path, "last", 4) == 0 && strstr(path, ".gif") == NULL && - *getparam("cmd") == 0) + !isparam("cmd") && !isparam("newpwd")) { show_elog_submit_find(cur_lb, 0, atoi(path+4)); return;