[geeklog-devel] Forum Issues

Dwight Trumbower dwight at trumbower.com
Wed Feb 26 15:35:04 EST 2003


Tried

get_magic_quotes_gpc() = = 1

Same bad results.

At 03:17 PM 2/26/2003 -0500, you wrote:
>I've added debug statements on my sites to code to test the setting for
>magic_quotes_gpc is working but I wonder if on other sites this is failing..
>
>In public/forum/include/gf_format.php - the function is gf_preparefordb()
>
>The code to test the setting is
>    if ( get_magic_quotes_gpc()  )    {
>
>Add a debug output to test both cases of this if statement such as:
>   COM_errorLOG("magic_quotes_gpc is on");
>   and for the off state check
>
>If may be that on some sites it is not being properly detected
>
>Maybe I need to be using
>    if (get_magic_quotes_gpc() = = 1 )  {
>
>
>
>Blaine
>
>_______________________________________________
>geeklog-devel mailing list
>geeklog-devel at lists.geeklog.net
>http://lists.geeklog.net/listinfo/geeklog-devel

Dwight
dwight at trumbower.com




More information about the geeklog-devel mailing list