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]
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.