in webpy, functions which take parameters will never be exposed - if you add a parameter (even if you don't use it) this should do it for you.
- Yarko On Sun, Sep 13, 2009 at 6:19 AM, rev <[email protected]> wrote: > > AFAIK You can prepend the function name with a double underscore, e.g. > "__thefunction():" > I've used this to prevent the function to show up in the admin > interface. > You should check if it indeed isn't mapped to a URL. > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

