Show
Ignore:
Timestamp:
10/20/06 17:40:18 (7 years ago)
Author:
prospere
Message:

Close the minor #71 ticket :
- Warnings on $date_from and $date_to variables

Files:
1 modified

Legend:

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

    r1037 r1114  
    224224 
    225225                        $html .= "  <td>".$connection['token_status']."</td>\n"; 
    226                         $html .= "  <td><a href='?date_from={$_REQUEST['date_from']}&date_to={$_REQUEST['date_to']}&node_id={$nodeObject->getId()}'>{$nodeObject->getName()}</a></td>\n"; 
     226                        $html .= "  <td><a href='?date_from={$_date_from}&date_to={$_date_to}&node_id={$nodeObject->getId()}'>{$nodeObject->getName()}</a></td>\n"; 
    227227                        $html .= "  <td>".$connection['user_ip']."</td>\n"; 
    228228                        $html .= "  <td>".Utils :: convertBytesToWords($connection['incoming'])."</td>\n";