commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r9598 - trunk/gnue-forms/src/GFObjects


From: reinhard
Subject: [gnue] r9598 - trunk/gnue-forms/src/GFObjects
Date: Mon, 21 May 2007 11:51:54 -0500 (CDT)

Author: reinhard
Date: 2007-05-21 11:51:54 -0500 (Mon, 21 May 2007)
New Revision: 9598

Modified:
   trunk/gnue-forms/src/GFObjects/GFBlock.py
Log:
Fixed typo.


Modified: trunk/gnue-forms/src/GFObjects/GFBlock.py
===================================================================
--- trunk/gnue-forms/src/GFObjects/GFBlock.py   2007-05-21 16:47:34 UTC (rev 
9597)
+++ trunk/gnue-forms/src/GFObjects/GFBlock.py   2007-05-21 16:51:54 UTC (rev 
9598)
@@ -1545,7 +1545,7 @@
             field = ['field', entry.field]
             const = ['const', value]
 
-            if not entry.query_casesensitive and isinstance(val, basestring):
+            if not entry.query_casesensitive and isinstance(value, basestring):
                 field = ['upper', field]
                 const = ['upper', const]
 
@@ -1556,7 +1556,7 @@
             field = ['field', entry.field]
             const = ['const', value]
 
-            if not entry.query_casesensitive and isinstance(val, basestring):
+            if not entry.query_casesensitive and isinstance(value, basestring):
                 field = ['upper', field]
                 const = ['upper', const]
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]