freeside/htetc handler.pl,1.45,1.46

ivan ivan at pouncequick.420.am
Tue Nov 16 06:19:20 PST 2004


Update of /home/cvs/cvsroot/freeside/htetc
In directory pouncequick:/tmp/cvs-serv30583

Modified Files:
	handler.pl 
Log Message:
can't set $p without $cgi

Index: handler.pl
===================================================================
RCS file: /home/cvs/cvsroot/freeside/htetc/handler.pl,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- handler.pl	16 Nov 2004 14:16:37 -0000	1.45
+++ handler.pl	16 Nov 2004 14:19:18 -0000	1.46
@@ -213,9 +213,9 @@
         $cgi = new CGI;
         &cgisuidsetup($cgi);
         #&cgisuidsetup($r);
+        $p = popurl(2);
       }
 
-      $p = popurl(2);
 
       sub include {
         use vars qw($m);




More information about the freeside-commits mailing list