/[smeserver]/rpms/perl-CGI-Persistent/sme7/perl-CGI-Persistent-0.22.patch.2004111101
ViewVC logotype

Contents of /rpms/perl-CGI-Persistent/sme7/perl-CGI-Persistent-0.22.patch.2004111101

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Sun Nov 25 23:13:29 2007 UTC (16 years, 5 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
Import on branch sme7 of package perl-CGI-Persistent-1.00-2.0.1.el4.sme.src.rpm

1 --- lib/CGI/Persistent.pm.orig Thu Nov 11 15:07:53 2004
2 +++ lib/CGI/Persistent.pm Thu Nov 11 15:07:56 2004
3 @@ -22,7 +22,7 @@
4 my ( $class, $dope, $id ) = @_ ;
5 $dope = "." unless $dope;
6 my $cgi = new CGI; # print $cgi->header ();
7 - my $fn = basename($cgi->param( '.id' ) || $id);
8 + my $fn = basename($cgi->param( '.id' ) || $id || '');
9
10 unless ( $fn ) {
11 my $po = new Persistence::Object::Simple ( __Dope => $dope );

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed