Ticket #175 (closed Bug report: fixed)
Suggested change to fix SQL error for Connection Log
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | None | Version: | |
Keywords: | Cc: |
Description
Index: wifidog/classes/Statistics.php =================================================================== --- wifidog/classes/Statistics.php (revision 1074) +++ wifidog/classes/Statistics.php (working copy) @@ -293,7 +293,7 @@
public function getSqlUserConstraint() {
global $db;
- $column = $db->escapeString($this->report_distinguish_users_by); + $column = "connections." . $db->escapeString($this->report_distinguish_users_by);
$sql = ; if (count($this->report_selected_users) > 0) {
Change History
Note: See
TracTickets for help on using
tickets.