Author: reinhard
Date: 2007-01-05 09:56:17 -0600 (Fri, 05 Jan 2007)
New Revision: 9209

Modified:
   trunk/gnue-forms/src/GFObjects/GFBlock.py
Log:
Default get_data to return all fields.


Modified: trunk/gnue-forms/src/GFObjects/GFBlock.py
===================================================================
--- trunk/gnue-forms/src/GFObjects/GFBlock.py   2007-01-05 10:53:08 UTC (rev 
9208)
+++ trunk/gnue-forms/src/GFObjects/GFBlock.py   2007-01-05 15:56:17 UTC (rev 
9209)
@@ -1182,7 +1182,7 @@
 
     # -------------------------------------------------------------------------
 
-    def get_data(self, fieldnames):
+    def get_data(self, fieldnames=None):
         """
         Build a list of dictionaries of the current resultset using the fields
         defined by fieldnames.



_______________________________________________
commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue

Reply via email to