Comment 6 for bug 943159

Revision history for this message
Don Schoeman (don.sch) wrote :

Sorry, just a small typo, this line:
formatSQL($sql, array(':foo' => 1, ':bar' => 'test'field a, ':baz' => 'test field b')

should be:
formatSQL($sql, array(':foo' => 1, ':bar' => 'test field a', ':baz' => 'test field b')