Ticket #175 (closed Bug report: fixed)

Opened 7 years ago

Last modified 7 years ago

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) {

Attachments

Change History

Changed 7 years ago by benoitg

  • status changed from new to closed
  • resolution set to fixed

Fixed in [1075]

Add/Change #175 (Suggested change to fix SQL error for Connection Log)

Author


E-mail address and user name can be saved in the Preferences.


Action
as closed
The resolution will be deleted. Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.