> -----Original Message-----
> From: Devrim GUNDUZ [mailto:devrim@gunduz.org]
> Sent: 05 December 2003 09:27
> To: PostgreSQL WWW Mailing List
> Subject: [pgsql-www] Replacing @ with " at "
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
>
> Hi,
>
> I edited buildnews.php and buildevents.php to replace @ signs
> with " at "
> (omitting the quotes) to avoid spam, as proposed by
> Christopher Kings-Lynne. Dave, should it be committed to CVS?
Thanks Devrim, commited.
> I saw something on index.php; but I'm not sure that it works:
>
> ereg_replace("@", "@", pg_result($rs, $x, "posted_by"))
That was done by Greg Sabino Mullane
Regards, Dave.