Ticket #251 (closed Bug report: fixed)

Opened 5 years ago

Last modified 5 years ago

SQL request ambigous in Statistics.php

Reported by: Prospere Owned by:
Priority: normal Milestone: WifiDog Auth Server 1.0
Component: Auth server, Statistics and reporting Version:
Keywords: Cc:

Description

Line 407 in Statistics.php :

Replace :

$sql = "SELECT nodes.node_id, nodes.name from nodes $sql_join WHERE 1=1 ORDER BY lower(node_id)";

With :

$sql = "SELECT nodes.node_id, nodes.name from nodes $sql_join WHERE 1=1 ORDER BY lower(nodes.node_id)";

Attachments

Change History

Changed 5 years ago by prospere

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

Changed 5 years ago by benoitg

  • component changed from Auth server: Authentication to Auth server, Statistics and reporting

Add/Change #251 (SQL request ambigous in Statistics.php)

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.