Bug #473
unresetted variable in view manager
| Status: | Closed | Start date: | 09/28/2009 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | Ryan Gordon | % Done: | 100% |
|
| Category: | Admin Control Panel | |||
| Target version: | 1.4.10 | |||
| Reproducibility: | Always | Database Type: | ||
| Reported In MyBB Version: | 1.4.8 | Database Version: | ||
| PHP Version: | SQA assignments: | |||
| Browser: |
Description
In the while loop at admin/inc/functions_view_manager.php, row 555
the
$createdvariable isn't resetted each time, so if the query, for example, produces 2 rows, the first with visibility = 2 and the second = 1, the output of the second row will show the same "created by username" of the first row.
Associated revisions
Fixes unresetted variable in view manager (fixes:473)
History
Updated by Ryan Gordon over 2 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset r4493.
Updated by Ryan Gordon over 2 years ago
- Assignee set to Ryan Gordon
- Target version set to 1.4.10
Updated by Michael Schlechtinger over 2 years ago
- Status changed from Resolved to Closed