From: Brion Vibber Date: Wed, 30 Apr 2008 17:20:27 +0000 (+0000) Subject: and eat that unneeded table name var X-Git-Tag: 1.31.0-rc.0~47984 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22suivi_revisions%22%29%20.%20%22?a=commitdiff_plain;h=a849f6fe5711baf2512bc12dbb3638941f9c9e6e;p=lhc%2Fweb%2Fwiklou.git and eat that unneeded table name var --- diff --git a/includes/Profiler.php b/includes/Profiler.php index 1ccf4ed33c..7ebc1447cf 100644 --- a/includes/Profiler.php +++ b/includes/Profiler.php @@ -311,7 +311,6 @@ class Profiler { if (!is_object($dbw)) return false; $errorState = $dbw->ignoreErrors( true ); - $profiling = $dbw->tableName('profiling'); $name = substr($name, 0, 255);