freeside/htetc handler.pl,1.45,1.46
ivan
ivan at pouncequick.420.am
Tue Nov 16 06:19:20 PST 2004
- Previous message: freeside/htetc handler.pl,1.44,1.45
- Next message: freeside/sql-ledger/old/sql-ledger VERSION,1.1.1.1,NONE am.pl,1.1.1.1,NONE favicon.ico,1.1.1.1,NONE login.pl,1.1.1.1,NONE menu.ini,1.1.1.1,NONE setup.pl,1.1.1.1,NONE sql-ledger.conf.default,1.1.1.1,NONE sql-ledger.png,1.1.1.1,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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);
- Previous message: freeside/htetc handler.pl,1.44,1.45
- Next message: freeside/sql-ledger/old/sql-ledger VERSION,1.1.1.1,NONE am.pl,1.1.1.1,NONE favicon.ico,1.1.1.1,NONE login.pl,1.1.1.1,NONE menu.ini,1.1.1.1,NONE setup.pl,1.1.1.1,NONE sql-ledger.conf.default,1.1.1.1,NONE sql-ledger.png,1.1.1.1,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list