From nick@tirian.magd.ox.ac.uk Mon Feb 17 00:24:28 2003 From: Nick Burch To: photopub-cvs@lists.urchin.earth.li Subject: [photopub-cvs] Missing nick-39 Date: Mon, 17 Feb 2003 00:24:28 +0000 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6776943093753257256==" --===============6776943093753257256== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit It was the range and album changes, plus all the Utils changes not to do with next / prev 39 -> 40 for utils is: --- Utils.pm Sun Feb 16 23:17:03 2003 +++ /home/nick/saved-nicks-photopub/photopub/PhotoPub/Utils.pm Sun Feb 16 17:56:28 2003 @@ -225,7 +225,6 @@ # $page was untainted to only contain numbers earlier my $url=&$geturl($page+1); $$templateref=~s{}{}sig; - $$templateref=~s{\$nexturl}{$url}sig; } else { &excludetag('ifnext',$templateref); } @@ -235,7 +234,6 @@ # $page was untainted to only contain numbers earlier my $url=&$geturl($page-1); $$templateref=~s{}{}sig; - $$templateref=~s{\$prevurl}{$url}sig; } else { &excludetag('ifprev',$templateref); } Nick --===============6776943093753257256==--