Changeset a4bb08 in indico
- Timestamp:
- 10/21/10 10:39:17 (3 years ago)
- Branches:
- new-webex
- Children:
- 5f3e9d
- Parents:
- 96f6b8
- git-author:
- Kevin Flannery <flannery@…> (08/20/10 21:25:51)
- git-committer:
- Jose Benito <jose.benito.gonzalez@…> (10/21/10 10:39:17)
- File:
-
- 1 edited
-
indico/MaKaC/common/output.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
indico/MaKaC/common/output.py
r96f6b8 ra4bb08 667 667 if PluginsHolder().hasPluginType("Collaboration") and PluginsHolder().getPluginType("Collaboration").hasPlugin(pluginName) and PluginsHolder().getPluginType("Collaboration").getPlugin(pluginName).isActive(): 668 668 Logger.get('output.py-Printing Sessions').info("%s is active. Printing out list of bookings" % pluginName) 669 bookings = csbm.getBookingList(filterByType = "WebEx", notify = False, onlyPublic = True)669 bookings = csbm.getBookingList(filterByType = pluginName, notify = False, onlyPublic = True) 670 670 bookings.sort(key = lambda b: b.getStartDate() or minDatetime()) 671 671 for b in bookings:
Note: See TracChangeset
for help on using the changeset viewer.
