Ticket #189 (closed Bug report: fixed)

Opened 2 years ago

Last modified 2 years ago

Patch : remove debug output in Statistics.php

Reported by: drazzib@drazzib.com Assigned to:
Priority: low Milestone: WifiDog Auth Server 1.0
Component: Auth server, Usability, Interface and translations 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

remove_debug_Statistics.diff (0.6 kB) - added by drazzib@drazzib.com on 07/22/06 18:40:55.
Patch at the right format

Change History

07/22/06 18:40:55 changed by drazzib@drazzib.com

  • attachment remove_debug_Statistics.diff added.

Patch at the right format

07/22/06 18:42:12 changed by drazzib@drazzib.com

Please take the attached file into account instead of the data in orig. ticket.

09/01/06 07:06:07 changed by benoitg

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

Fixed in [1087]

09/01/06 16:12:24 changed by max-horvath

  • keywords set to debug output.
  • milestone set to WifiDog Auth Server 1.0.

Add/Change #189 (Patch : remove debug output in Statistics.php)




Action