Ticket #189 (closed Bug report: fixed)
Patch : remove debug output in Statistics.php
| Reported by: | drazzib@… | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | WifiDog Auth Server 1.0 |
| Component: | Auth server, Usability, Interface and translations | Version: | Auth Server SVN |
| Keywords: | debug output | Cc: |
Description
Hi,
The following patch remove unnecessary debug output in Statistics.php.
--- classes/Statistics.php.orig 2006-07-23 00:34:25.000000000 +0200 +++ classes/Statistics.php 2006-07-23 00:34:57.000000000 +0200 @@ -542,7 +542,7 @@
global $db;
$username = $db->escapeString($_REQUESTstats_selected_users?); $row = null;
- $db->execSqlUniqueRes("SELECT user_id FROM users WHERE username='$username'", $row, true); + $db->execSqlUniqueRes("SELECT user_id FROM users WHERE username='$username'", $row, false);
if ($row) {
$user_id = $rowuser_id?;
Cheers,
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

