webmcp

changeset 395:ae1a66bb6b7d

Fixed error in autodoc documentation of <db_handle>:quote_binary(...)
author jbe
date Wed Dec 09 05:23:42 2015 +0100 (2015-12-09)
parents 912a1b9c2551
children 762ab1e87702
files libraries/mondelefant/mondelefant_native.autodoc.lua
line diff
     1.1 --- a/libraries/mondelefant/mondelefant_native.autodoc.lua	Wed Dec 09 03:46:43 2015 +0100
     1.2 +++ b/libraries/mondelefant/mondelefant_native.autodoc.lua	Wed Dec 09 05:23:42 2015 +0100
     1.3 @@ -135,7 +135,7 @@
     1.4  
     1.5  --[[--
     1.6  quoted_encoded_data =      -- encoded and quoted data (as Lua string)
     1.7 -<db_handle>:quote_string(
     1.8 +<db_handle>:quote_binary(
     1.9    raw_data                 -- data (as Lua string) to encode and quote
    1.10  )
    1.11  

Impressum / About Us