Closed (fixed)
Project:
BAWStats
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
19 Jul 2011 at 21:32 UTC
Updated:
2 Aug 2011 at 21:41 UTC
Jump to comment: Most recent file
In baw_display_domains(), the code that loops through the domains to be displayed, various functions, .e.g. baw_render_map() and baw_render_table, are called on each iteration. They should only be called at the end.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | bawstats-1223806-1.patch | 2.22 KB | egfrith |
Comments
Comment #1
egfrith commentedThis patch fixes the issue by taking the functions out of the loop.