From: Daniel Gruno
Date: Mon, 11 Mar 2013 18:34:01 +0000 (+0000)
Subject: xforms
X-Git-Tag: 2.5.0-alpha~5676
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a680acfd67dafa6c345116e47b1fb8ced2cde7ff;p=apache
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1455279 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_lua.html.en b/docs/manual/mod/mod_lua.html.en
index 6467606a61..3600dd4fcd 100644
--- a/docs/manual/mod/mod_lua.html.en
+++ b/docs/manual/mod/mod_lua.html.en
@@ -985,7 +985,7 @@ end
The example below shows how to acquire a database handle and return information from a table:
-function handler(r)
+function handle(r)
-- Acquire a database handle
local database, err = r:dbacquire("mysql", "server=localhost,user=root,dbname=mydb")
if not err then
diff --git a/docs/manual/mod/mod_lua.xml.fr b/docs/manual/mod/mod_lua.xml.fr
index b7b44ca840..7a6695d4ff 100644
--- a/docs/manual/mod/mod_lua.xml.fr
+++ b/docs/manual/mod/mod_lua.xml.fr
@@ -1,7 +1,7 @@
-
+