diff roundup/cgi/client.py @ 1447:6118d4498db3

added "foo@" prefix to all but "context" form variable names
author Richard Jones <richard@users.sourceforge.net>
date Tue, 18 Feb 2003 10:58:33 +0000
parents 8ce33ce262a4
children 745ceee35ca2
line wrap: on
line diff
--- a/roundup/cgi/client.py	Tue Feb 18 06:15:21 2003 +0000
+++ b/roundup/cgi/client.py	Tue Feb 18 10:58:33 2003 +0000
@@ -1,4 +1,4 @@
-# $Id: client.py,v 1.94 2003-02-18 06:15:21 richard Exp $
+# $Id: client.py,v 1.95 2003-02-18 10:58:32 richard Exp $
 
 __doc__ = """
 WWW request handler (also used in the stand-alone server).
@@ -1575,7 +1575,6 @@
             # we also don't want to create FileClass items with no content
             if not props.get('content', ''):
                 del all_props[(cn, id)]
-
         return all_props, all_links
 
 def fixNewlines(text):

Roundup Issue Tracker: http://roundup-tracker.org/