Show
Ignore:
Timestamp:
06/10/08 00:25:06 (4 years ago)
Author:
benoitg
Message:
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/wifidog/classes/Statistics.php

    r1316 r1350  
    322322 
    323323        $sql .= "FROM connections  \n"; 
     324        $sql .= "JOIN tokens USING (token_id) \n"; 
    324325        $sql .= "JOIN nodes ON (connections.node_id = nodes.node_id) \n"; 
    325326        $sql .= "$join_users_sql \n";