Changeset 9abde2 in indico
- Timestamp:
- 03/16/11 09:19:07 (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, 0da0c1403bae8e51d8229f460181c71b9e6dda72
- Children:
- 05644d
- Parents:
- 9bb40d
- File:
-
- 1 edited
-
indico/MaKaC/statistics.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
indico/MaKaC/statistics.py
r9bb40d r9abde2 48 48 def updateStatistics(cls, cat, logger=None): 49 49 dbi = DBMgr.getInstance() 50 cat._statistics = cls._updateStatistics(cat, dbi, 0, logger) 51 cat._p_changed = 1 50 cls._updateStatistics(cat, dbi, 0, logger) 52 51 if logger: 53 52 logger.info("Statistics calculation finished") … … 128 127 129 128 statistics["updated"] = nowutc() 129 cat._statistics = statistics 130 cat._p_changed = 1 130 131 return statistics
Note: See TracChangeset
for help on using the changeset viewer.
