On 22-Aug-07, at 12:17 PM, KM wrote:

> Boy do i feel stupid now.  Worked like a charm.  I do remember  
> other times when I had to remove quotes.  It's always been this way  
> - but now I guess mantis is checking more strictly (??).

   It all depends on the coding of the checks. If 'ON' is compared  
against a number, it evaluates to 0 (which we define as OFF). It's a  
common mistake in weakly typed languages.

    ... Glenn
>
> Thanks to all for the comments.
> KM
>
> Victor Boctor <[EMAIL PROTECTED]> wrote:
> Hi KM,
>
> > g_file_upload_method = DATABASE
> > g_allow_file_upload = "ON"
>
> Replace:
> > g_allow_file_upload = "ON"
>
> with:
> > g_allow_file_upload = ON;
>
> Regards,
> Victor
>
-- 
Glenn Henshaw                     Logical Outcome Ltd.
e: [EMAIL PROTECTED]     w: www.logicaloutcome.ca
Mantis Developer and User




-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
mantisbt-help mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mantisbt-help

Reply via email to