Wooble wrote: > On Sat, Jun 7, 2008 at 2:50 AM, Ed Murphy <[EMAIL PROTECTED]> wrote: >> Judge: Wooble >> Judgement: > > The judgement is missing here...
I missed a piece of the web-based "record decision" form. It's since been fixed. As has the single-quote bug; PHP is apparently escaping quotes on its own, but not how PostgreSQL wants, so I'm doing pg_escape_string(ereg_replace("\\\'", "'", $s)) (let me know if this is wrong somehow, but at least the results look correct when queried).