Changes between Version 81 and Version 82 of S3/S3AAA


Ignore:
Timestamp:
08/07/11 17:11:08 (13 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3AAA

    v81 v82  
    302302authorised = auth.shn_has_permission("delete", db.my_table)
    303303if not authorised:
    304     auth.permission.homepage = URL(r=request, c="my", f="index")
     304    auth.permission.homepage = URL(c="my", f="index")
    305305    auth.permission.fail()
    306306}}}