]> granicus.if.org Git - apache/commitdiff
xforms
authorDaniel Gruno <humbedooh@apache.org>
Sat, 13 Apr 2013 08:35:16 +0000 (08:35 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Sat, 13 Apr 2013 08:35:16 +0000 (08:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1467575 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_lua.html.en
docs/manual/mod/mod_lua.xml.fr

index ebed2bbaeae50688c454e34d841d995600dcff76..0e5ac594be89929fcf82beac013b59e6748cbf60 100644 (file)
@@ -1101,7 +1101,7 @@ local result, errmsg = database:select(r, "SELECT * FROM `people` WHERE 1")
 -- Create and run a prepared statement:
 local statement, errmsg = database:prepare(r, "DELETE FROM `tbl` WHERE `age` &gt; %u")
 if not errmsg then
-    local result, errmsg = statement:query(20) -- run the statement with age &gt;20
+    local result, errmsg = statement:query(20) -- run the statement with age &gt; 20
 end
 
 -- Fetch a prepared statement from a DBDPrepareSQL directive:
index 22d017d13a55d221c9441a05184726aef23bac7e..a61327aaad35901da95f3b03af0a5e9294d6ba09 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1455272:1467560 (outdated) -->
+<!-- English Revision: 1455272:1467562 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->