>
> auth=Auth(globals(),db)
> crud=Crud(globals(),db) 
>

The above will still work, but globals() will simply be ignored, as it is 
no longer required (instead, the Auth and Crud classes now use the 
"current" object to access the relevant global environment objects).

Anthony

Reply via email to