On Mar 6, 10:13 pm, Massimo Di Pierro <[email protected]> wrote: > This is patched. There is not more "active."
I think we must be talking about different things. This following
code is from cube2py controllers/plugin_wiki.py
def index():
w = db.plugin_wiki_page
if plugin_wiki_editor:
pages = db(w.id>0).select(orderby=w.slug)
else:
pages = db(w.active==True)
(w.is_public==True).select(orderby=w.slug)
What is the field w.active? Where is it defined? Have I gone
mad? :-)
Thanks, D

