|
From: Ben C. <php...@be...> - 2002-05-24 12:48:52
|
What version of php are you using?
On Fri, May 24, 2002 at 12:41:27PM +0100, Adi Sieker wrote:
> Hi,
>
> the saved queries weren't working for me.
> I had to change the line
> 221 in query.php from:
> $savedquerystring = ereg_replace('&savedqueryname=.*(&?)', "\\1",
> $HTTP_SERVER_VARS['QUERY_STRING']);
>
> to:
> $savedquerystring = ereg_replace('&savedqueryname=.*(&?)', "\1",
> $HTTP_SERVER_VARS['QUERY_STRING']);
>
> notice the one missing \
>
> Regards
> Adi
>
> _______________________________________________________________
>
> Don't miss the 2002 Sprint PCS Application Developer's Conference
> August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
>
> _______________________________________________
> phpbt-dev mailing list
> php...@li...
> https://lists.sourceforge.net/lists/listinfo/phpbt-dev
|