cvsuser 02/04/15 20:53:34
Modified: P5EEx/Blue/P5EEx/Blue/Context CGI.pm
Log:
added comments
Revision Changes Path
1.11 +4 -3 p5ee/P5EEx/Blue/P5EEx/Blue/Context/CGI.pm
Index: CGI.pm
===================================================================
RCS file: /cvs/public/p5ee/P5EEx/Blue/P5EEx/Blue/Context/CGI.pm,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -w -r1.10 -r1.11
--- CGI.pm 5 Apr 2002 22:03:45 -0000 1.10
+++ CGI.pm 16 Apr 2002 03:53:34 -0000 1.11
@@ -1,6 +1,6 @@
#############################################################################
-## $Id: CGI.pm,v 1.10 2002/04/05 22:03:45 spadkins Exp $
+## $Id: CGI.pm,v 1.11 2002/04/16 03:53:34 spadkins Exp $
#############################################################################
package P5EEx::Blue::Context::CGI;
@@ -396,7 +396,8 @@
}
else {
if ($var eq "wname") {
- ;
+ # skip "wname" it is special. it is the way whereby
the
+ # current_widget can be set from the browser
}
# Subwidget vars: e.g. "app.nav.toolbar"
elsif ($var =~ /^(.+)\.([^.]+)$/) {