]> granicus.if.org Git - apache/commitdiff
xforms
authorDaniel Gruno <humbedooh@apache.org>
Mon, 11 Mar 2013 18:34:01 +0000 (18:34 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Mon, 11 Mar 2013 18:34:01 +0000 (18:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1455279 13f79535-47bb-0310-9956-ffa450edef68

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

index 6467606a6100567b571c4b9b5602db3ad385e2d5..3600dd4fcdeaf16fda17d4840b6c80e44c327a29 100644 (file)
@@ -985,7 +985,7 @@ end
     </p>
     <p>The example below shows how to acquire a database handle and return information from a table:</p>
     <pre class="prettyprint lang-lua">
-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
index b7b44ca8409aa2510781295094e119beecaf6112..7a6695d4ff62c453299ec7f2e428b25d3988457b 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 : 1452834 -->
+<!-- English Revision: 1452834:1455272 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->