dabo Commit
Revision 5521
Date: 2009-11-14 08:18:42 -0800 (Sat, 14 Nov 2009)
Author: Ed
Trac: http://trac.dabodev.com/changeset/5521

Changed:
U   trunk/dabo/biz/dBizobj.py

Log:
Committed the wrong version - this one removes the 'attProperties' reference 
inadvertantly left in.


Diff:
Modified: trunk/dabo/biz/dBizobj.py
===================================================================
--- trunk/dabo/biz/dBizobj.py   2009-11-14 16:01:03 UTC (rev 5520)
+++ trunk/dabo/biz/dBizobj.py   2009-11-14 16:18:42 UTC (rev 5521)
@@ -43,7 +43,7 @@
 
                # This must be set before the call to setConnection(). Thanks 
to Jacek Kałucki for 
                # noticing this problem.
-               self._requeryOnLoad = self._extractKey((properties, 
attProperties, kwargs), "RequeryOnLoad", False)
+               self._requeryOnLoad = self._extractKey((properties, kwargs), 
"RequeryOnLoad", False)
                self.setConnection(conn)
                # We need to make sure the cursor is created *before* the call 
to
                # initProperties()



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to