Changeset 156221 in indico
- Timestamp:
- 03/31/11 22:50:29 (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, b8c30da8ebdbdcbd675a873997cc3e95f567de49, 4287315ec967a3da168d83963c14001db8487d53
- Children:
- ce1a67a
- Parents:
- 2edd67
- File:
-
- 1 edited
-
indico/htdocs/scripts/export.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
indico/htdocs/scripts/export.py
r2edd67 r156221 83 83 type = conf.getType() 84 84 if type in event_types: 85 finalres.append(conf Id)85 finalres.append(conf) 86 86 else: 87 87 finalres = res … … 97 97 confroom = conf.getRoom().getName() 98 98 if confroom in rooms: 99 finalres.append(conf Id)99 finalres.append(conf) 100 100 else: 101 101 finalres = res … … 103 103 #ch = ConferenceHolder() 104 104 if not protected: 105 for id in finalres:105 #for id in finalres: 106 106 #conf = ch.getById(id) 107 for conf in finalres: 107 108 if conf.isProtected(): 108 finalres.remove( id)109 finalres.remove(conf) 109 110 if of=='xml': 110 111 req.content_type="text/xml"
Note: See TracChangeset
for help on using the changeset viewer.
