[docs] Change in PrefixParamTag made by Randy Moore

Wiki Watch docs@icdevgroup.org
Fri Jan 3 12:22:00 2003


You can visit the live page at this URL:
http://www.icdevgroup.org/i/doc/wiki/PrefixParamTag.html

--- tmp/grGRrk5c:68.50.213.10.previous	Fri Jan  3 12:20:43 2003
+++ tmp/grGRrk5c:68.50.213.10.current	Fri Jan  3 12:20:43 2003
@@ -20,8 +20,11 @@
 row. Another synonym is [prefix-pos 0].
 
 Mixed case field names in your SQL tables will be forced to lower case in the
-[prefix-param name] tag.  For example if your query is:
-    query prefix=prefix sql="select Foo, Bar from baz where Foo='buz'"]
+[prefix-param name] tag.  
+
+For example if your query is:
+    [query prefix=prefix sql="select Foo, Bar from baz where Foo='buz'"]
+
 then you must use:
     [prefix-param foo] and [prefix-param bar]