Changeset bf4501 in indico
- Timestamp:
- 03/17/11 13:44:21 (2 years ago)
- Branches:
- master, burotel, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 00b052b1a13a63c5c79db7f3ad310f643651dc50
- Children:
- 748db9
- Parents:
- 1f0b21
- File:
-
- 1 edited
-
indico/MaKaC/accessControl.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
indico/MaKaC/accessControl.py
r59dfb4 rbf4501 86 86 ownerList = [self.getOwner().getOwner()] 87 87 for o in ownerList: 88 if o .isProtected():88 if o is not None and o.isProtected(): 89 89 return 1 90 90 return 0
Note: See TracChangeset
for help on using the changeset viewer.
