Skip to content

Commit

Permalink
grrr
Browse files Browse the repository at this point in the history
  • Loading branch information
flavour committed Oct 4, 2012
1 parent f138390 commit d1da5e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
31a7f69 (2012-10-04 19:07:25)
f138390 (2012-10-04 19:26:09)
2 changes: 2 additions & 0 deletions modules/eden/stats.py
Expand Up @@ -489,6 +489,8 @@ def stats_update_time_aggregate(cls, data_id=None):
loc_level = s3db.gis_location[location_id].level
if current.deployment_settings.has_module("vulnerability"):
vulnerability = True
else:
vulnerability = False
for (start_date, end_date) in changed_periods:

s, e = str(start_date), str(end_date)
Expand Down

0 comments on commit d1da5e6

Please sign in to comment.