cvsuser 02/10/07 11:32:07
Modified: P5EEx/Blue/P5EEx/Blue Context.pm
Log:
fixed recent breakage, wset('xyz',''), like wget() previously
Revision Changes Path
1.40 +3 -2 p5ee/P5EEx/Blue/P5EEx/Blue/Context.pm
Index: Context.pm
===================================================================
RCS file: /cvs/public/p5ee/P5EEx/Blue/P5EEx/Blue/Context.pm,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -w -r1.39 -r1.40
--- Context.pm 6 Oct 2002 01:55:26 -0000 1.39
+++ Context.pm 7 Oct 2002 18:32:07 -0000 1.40
@@ -1,6 +1,6 @@
#############################################################################
-## $Id: Context.pm,v 1.39 2002/10/06 01:55:26 spadkins Exp $
+## $Id: Context.pm,v 1.40 2002/10/07 18:32:07 spadkins Exp $
#############################################################################
package P5EEx::Blue::Context;
@@ -886,7 +886,8 @@
$var = $2;
}
else {
- return;
+ $var = $name;
+ $name = "session";
}
}
- cvs commit: p5ee/P5EEx/Blue/P5EEx/Blue Context.pm spadkins
- cvs commit: p5ee/P5EEx/Blue/P5EEx/Blue Context.pm spadkins
- cvs commit: p5ee/P5EEx/Blue/P5EEx/Blue Context.pm spadkins
- cvs commit: p5ee/P5EEx/Blue/P5EEx/Blue Context.pm spadkins
- cvs commit: p5ee/P5EEx/Blue/P5EEx/Blue Context.pm spadkins
- cvs commit: p5ee/P5EEx/Blue/P5EEx/Blue Context.pm spadkins
- cvs commit: p5ee/P5EEx/Blue/P5EEx/Blue Context.pm spadkins
- cvs commit: p5ee/P5EEx/Blue/P5EEx/Blue Context.pm spadkins
- cvs commit: p5ee/P5EEx/Blue/P5EEx/Blue Context.pm spadkins
- cvs commit: p5ee/P5EEx/Blue/P5EEx/Blue Context.pm spadkins
- cvs commit: p5ee/P5EEx/Blue/P5EEx/Blue Context.pm spadkins
- cvs commit: p5ee/P5EEx/Blue/P5EEx/Blue Context.pm Stephen Adkins
- cvs commit: p5ee/P5EEx/Blue/P5EEx/Blue Context.pm Stephen Adkins
