From: Simon Cozens Date: Fri, 2 Apr 2004 11:55:26 +0000 (+0000) Subject: Ooops. X-Git-Tag: 2.10~254 X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=b9a0ea576340041a16e83550a6b6e80805c11203;p=maypole.git Ooops. git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@108 48953598-375a-da11-a14b-00016c27c3ee --- diff --git a/templates/factory/list b/templates/factory/list index 9971028..206066f 100644 --- a/templates/factory/list +++ b/templates/factory/list @@ -18,7 +18,7 @@ NEXT IF col == "id"; ""; SET additional = "?order=" _ col; - SET additional = additional _ "page=" _ pager.current_page _ "&" IF pager; + SET additional = additional _ "&page=" _ pager.current_page IF pager; SET additional = additional _ "&o2=desc" IF col == request.query.order and request.query.o2 != "desc"; link(classmetadata.table, "list", additional, classmetadata.colnames.$col);