On 04/19/2013 02:48 PM, Guenter Knauf wrote:
> On 10.04.2013 23:21, Guenter Knauf wrote:
>> On 10.04.2013 23:01, fua...@apache.org wrote:
>>> Author: fuankg
>>> Date: Wed Apr 10 21:01:51 2013
>>> New Revision: 1466669
>>>
>>> URL: http://svn.apache.org/r1466669
>>> Log:
>>> Put this backport for now on hold to get some more
>>> time for testing ...
> 
>> ok, onward with some more testing .....
> now on r:exists_config_define(string) ...
> 
> this script:
> 
> function handle(r)
>   r.content_type = "text/plain"
> 
>   if r:exists_config_define("SSL") then
>     r:puts("httpd was probably run with -DSSL, or it was defined in the
> configuration")
>   end
> end
> 
> results in:
> 
> Error!
> 
> sys:/www/tstlua/not_working/cfgdefine.lua:4: calling
> 'exists_config_define' on bad self (string expected, got userdata)
> 
> Gün.
> 
> 
> 
> 
Yeah, that should be r.exists_config_define.
Do you want me to just fix the docs, or should we turn it into
r:exists_config_define for the sake of consistency?

With regards,
Daniel.

Reply via email to