Bug #384
Archived ban submission count
| Status: | Resolved | Start: | 09/29/2008 | |
| Priority: | Low | Due date: | ||
| Assigned to: | Jannik Hartung | % Done: | 100% |
|
| Category: | Web Panel | |||
| Target version: | 1.3.1 | |||
Description
On the admin page the number of archived ban submissions is incorrect. I have 2 submissions archived and only shows up as one archived submission.
Associated revisions
- Fixed
#388- Imported Bans Not Being Blocked!!! - Fixed servergroupname just accept numbers in admin add form for new server admin group
- Fixed kicking from serverpage in IE
- Fixed
#385- Refreshing server data does not resize opened panel - Fixed
#384- Archived ban submission count is wrong - Added
#382- Steamid column in ban submission table - Fixed submissions always showing "STEAM_0:" even if it's a IP submission
- Fixed some loading messages not showing in admin add form
- Fixed
#386- added the favicon and a title to the uploadfile popup - Updated Smarty to 2.6.20
History
Updated by Jannik Hartung 98 days ago
- Status changed from New to Assigned
- Assigned to set to Jannik Hartung
- Target version set to 1.3.1
- % Done changed from 0 to 70
ah, my fault!
in pages/page.admin.php line 25:
(SELECT COUNT(pid) FROM `" . DB_PREFIX . "_protests` WHERE archiv = '1' OR archiv = '2') AS archiv_protests,
need to add OR archiv = '2'
sorry for that!
Updated by Jannik Hartung 96 days ago
- Status changed from Assigned to Resolved
- % Done changed from 70 to 100
works now! sry