X-Original-To: pgsql-www-postgresql.org@localhost.postgresql.org Received: from localhost (neptune.hub.org [200.46.204.2]) by svr1.postgresql.org (Postfix) with ESMTP id 1F935D1B461 for ; Fri, 5 Dec 2003 10:46:23 +0000 (GMT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (neptune.hub.org [200.46.204.2]) (amavisd-new, port 10024) with ESMTP id 25166-10 for ; Fri, 5 Dec 2003 06:45:53 -0400 (AST) Received: from anchor-post-32.mail.demon.net (anchor-post-32.mail.demon.net [194.217.242.90]) by svr1.postgresql.org (Postfix) with ESMTP id 5A857D1B43F for ; Fri, 5 Dec 2003 06:45:51 -0400 (AST) Received: from mailgate.vale-housing.co.uk ([80.176.1.146] helo=salem.vale-housing.co.uk) by anchor-post-32.mail.demon.net with esmtp (Exim 3.35 #1) id 1ASDT6-000OXg-0W; Fri, 05 Dec 2003 10:45:53 +0000 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Subject: Re: Replacing @ with " at " Date: Fri, 5 Dec 2003 10:45:47 -0000 Message-ID: <03AF4E498C591348A42FC93DEA9661B87201B3@mail.vale-housing.co.uk> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [pgsql-www] Replacing @ with " at " thread-index: AcO7Eh0iKwvY1GqLRZ204S5JfGWMUAACnxdQ From: "Dave Page" To: "Devrim GUNDUZ" , "PostgreSQL WWW Mailing List" X-Virus-Scanned: by amavisd-new at postgresql.org X-Archive-Number: 200312/40 X-Sequence-Number: 3100 =20 > -----Original Message----- > From: Devrim GUNDUZ [mailto:devrim@gunduz.org]=20 > Sent: 05 December 2003 09:27 > To: PostgreSQL WWW Mailing List > Subject: [pgsql-www] Replacing @ with " at " >=20 > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 >=20 >=20 > Hi, >=20 > I edited buildnews.php and buildevents.php to replace @ signs=20 > with " at "=20 > (omitting the quotes) to avoid spam, as proposed by=20 > 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: >=20 > ereg_replace("@", "@", pg_result($rs, $x, "posted_by")) That was done by Greg Sabino Mullane=20 =20 Regards, Dave.