From: Daniel Gruno <humbedooh@apache.org>
Date: Sat, 13 Apr 2013 08:35:16 +0000 (+0000)
Subject: xforms
X-Git-Tag: 2.5.0-alpha~5591
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=258491dd001c7ad3da141a3d7aa1f046ea605c57;p=apache

xforms

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1467575 13f79535-47bb-0310-9956-ffa450edef68
---

diff --git a/docs/manual/mod/mod_lua.html.en b/docs/manual/mod/mod_lua.html.en
index ebed2bbaea..0e5ac594be 100644
--- a/docs/manual/mod/mod_lua.html.en
+++ b/docs/manual/mod/mod_lua.html.en
@@ -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:
diff --git a/docs/manual/mod/mod_lua.xml.fr b/docs/manual/mod/mod_lua.xml.fr
index 22d017d13a..a61327aaad 100644
--- a/docs/manual/mod/mod_lua.xml.fr
+++ b/docs/manual/mod/mod_lua.xml.fr
@@ -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 -->