Changeset 76b5cf in indico
- Timestamp:
- 02/17/10 16:49:25 (3 years ago)
- Branches:
- master, burotel, hello-world-walkthrough, ipv6, new-webex, prov-dual-interface, v0.97-series, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 0da0c1403bae8e51d8229f460181c71b9e6dda72
- Children:
- 539477
- Parents:
- 342258
- File:
-
- 1 edited
-
indico/MaKaC/services/implementation/schedule.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
indico/MaKaC/services/implementation/schedule.py
r893942 r76b5cf 225 225 226 226 session.addConvener(convener) 227 if convenerValues ['email'].strip() != '':227 if convenerValues.get('email','').strip() != '': 228 228 session._addCoordinatorEmail(convenerValues['email']) 229 229 if convenerValues.has_key("submission") and \
Note: See TracChangeset
for help on using the changeset viewer.
