X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/138a9d97644d8cba566cf840edd524fc9947ac1a..5564bcabbfc5db4b790a340e49155b864ec9c8cd:/script/statistics
diff --git a/script/statistics b/script/statistics
index afd5dd7d2..4ceb92cfc 100755
--- a/script/statistics
+++ b/script/statistics
@@ -16,7 +16,7 @@ puts "
OpenStreetMap stats report run at #{start_time.to_s}
"
begin
ActiveRecord::Base.transaction do
- user_count = User.count(:conditions => "active = 1")
+ user_count = User.count(:conditions => { :status => ["active", "confirmed", "suspended"] })
tracepoint_count = Tracepoint.count()
node_count = Node.count(:conditions => "visible = true")
way_count = Way.count(:conditions => "visible = true")
@@ -102,3 +102,5 @@ end
puts "Report took #{(Time.new - start_time).to_s} seconds to run
"
puts "