I do not know who the author is and if he is here. Perhaps you can report an issue with google code.
On Dec 19, 10:03 pm, GoldenTiger <goldenboy...@gmail.com> wrote: > Error ticket for "appootle": > ... > File "C:/web2py/web2py.es/applications/appootle/controllers/ > default.py", line 86, in items > _updated_statistic(_prj.project_language.id) > NameError: global name '_prj' is not defined > ... > > ERROR IS '_prj' IN LINE 86: > _updated_statistic(_prj.project_language.id) > > FIX ---> _updated_statistic(prj.project_language.id)