[Zope-CMF] Bug in FSZSQLMethod.py of CMFCore 1.3b1
Chris Withers
chrisw@nipltd.com
Mon, 27 May 2002 14:33:21 +0100
> Fernando José Pérez Mayor wrote:
>
> The original code is:
> connection_id = parameters.get('connection id',parameters['connection_id'])
> The correct code (I believe) is:
> connection_id = parameters.get('connection_id',parameters['connection_id'])
nope, I'm afraid you're missing the point.
The code lets you use a line of EITHER 'connection id:' or 'connection_id' to identify the
connection id.
Your problems must lie elsewhere.
cheers,
Chris
PS: HTML mail shouldn't be sent to this list ;-)