You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by hu...@apache.org on 2013/03/11 19:34:02 UTC

svn commit: r1455279 - in /httpd/httpd/trunk/docs/manual/mod: mod_lua.html.en mod_lua.xml.fr

Author: humbedooh
Date: Mon Mar 11 18:34:01 2013
New Revision: 1455279

URL: http://svn.apache.org/r1455279
Log:
xforms

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_lua.html.en
    httpd/httpd/trunk/docs/manual/mod/mod_lua.xml.fr

Modified: httpd/httpd/trunk/docs/manual/mod/mod_lua.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_lua.html.en?rev=1455279&r1=1455278&r2=1455279&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_lua.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_lua.html.en Mon Mar 11 18:34:01 2013
@@ -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

Modified: httpd/httpd/trunk/docs/manual/mod/mod_lua.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_lua.xml.fr?rev=1455279&r1=1455278&r2=1455279&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_lua.xml.fr (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_lua.xml.fr Mon Mar 11 18:34:01 2013
@@ -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 -->