Bugs item #610323, was opened at 2002-09-16 21:52
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=403611&aid=610323&group_id=31885
Category: OOH Forms
Group: 7.2.x
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Chris Johnson (chaska)
Summary: Typo in OOHForms.inc
Initial Comment:
I noticed a typo in function get_element, in oohforms.inc:
About 20 lines into the function (ver 7.2d) appears the
line:
if (true == $falg_nametranslation)
according to the earlier references, it looks like this
should actually be:
if (true == $flag_nametranslation)
I'm not sure if this has been fixed in a later revision (and
I'm a bit too busy to search the archives), but I thought
you might like to know.
----------------------------------------------------------------------
>Comment By: Chris Johnson (chaska)
Date: 2002-09-25 12:52
Message:
Logged In: YES
user_id=279065
This is already fixed in current CVS.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=403611&aid=610323&group_id=31885
|