Closed (fixed)
Project:
Drupal core
Version:
6.x-dev
Component:
statistics.module
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
28 Apr 2007 at 20:53 UTC
Updated:
14 May 2007 at 20:45 UTC
The statistics.module pages in admin/logs, display a blank table when there is no statistics data available.
Also node//track returns a blank page and user//track/navigation returns a Undefined variable: rows warning if there is no available data.
Patch adds a 'No statistics available' message for the above cases, consistent with the other unavailable data messages in core.
| Comment | File | Size | Author |
|---|---|---|---|
| statistics_no_stats_msg.patch | 3.76 KB | asimmonds |
Comments
Comment #1
asimmonds commentedI just noticed some (not all) of the other similar messages in core are enclosed in em tags. What is preferred? em tags or no em tags?
Comment #2
dries commentedCommitted to CVS HEAD. Thanks.
Comment #3
dries commented