Search:
Login
Preferences
Help/Guide
About Trac
Register
Forgot your password?
Wiki
Timeline
Roadmap
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 81
and
Version 82
of
S3/S3AAA
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
08/07/11 17:11:08 (
13 years
ago)
Author:
Fran Boon
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
S3/S3AAA
v81
v82
302
302
authorised = auth.shn_has_permission("delete", db.my_table)
303
303
if not authorised:
304
auth.permission.homepage = URL(
r=request,
c="my", f="index")
304
auth.permission.homepage = URL(
c="my", f="index")
305
305
auth.permission.fail()
306
306
}}}