# HG changeset patch # User robcast # Date 1070022375 -3600 # Node ID 827f5b46c76100d072fcc1515084b6d1a5868bf8 # Parent 3c73a38f10359d6657b05b6daf88443863257441 Long overdue adaption to new parameter infrastrucure. diff -r 3c73a38f1035 -r 827f5b46c761 client/digitallibrary/digicat.jsp --- a/client/digitallibrary/digicat.jsp Fri Nov 28 13:24:19 2003 +0100 +++ b/client/digitallibrary/digicat.jsp Fri Nov 28 13:26:15 2003 +0100 @@ -24,7 +24,7 @@ docBean.doAuthentication(dlRequest, response); // add number of pages -dlRequest.setPt(docBean.getNumPages(dlRequest)); +dlRequest.setValue("pt", docBean.getNumPages(dlRequest)); %> @@ -32,7 +32,7 @@