From: Daniel Gruno
Date: Mon, 11 Mar 2013 18:34:01 +0000 (+0000)
Subject: xforms
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c85dacb40d639bcb1ddae2e04845abd37700735e;p=thirdparty%2Fapache%2Fhttpd.git
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 6467606a610..3600dd4fcde 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 b7b44ca8409..7a6695d4ff6 100644
--- a/docs/manual/mod/mod_lua.xml.fr
+++ b/docs/manual/mod/mod_lua.xml.fr
@@ -1,7 +1,7 @@
-
+