projects
/
WP-Plugins
/
glm-serverstats.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd9e276
)
Removed debug output for SQL errors.
author
Chuck Scott
<cscott@gaslightmedia.com>
Wed, 11 Sep 2019 21:01:52 +0000
(17:01 -0400)
committer
Chuck Scott
<cscott@gaslightmedia.com>
Wed, 11 Sep 2019 21:01:52 +0000
(17:01 -0400)
models/adminServerStats.php
patch
|
blob
|
history
diff --git
a/models/adminServerStats.php
b/models/adminServerStats.php
index
133d073
..
0bcc3c5
100755
(executable)
--- a/
models/adminServerStats.php
+++ b/
models/adminServerStats.php
@@
-184,7
+184,6
@@
class adminServerStats extends glmServerStatsBandwidthSupport
popup_position = '".$vals['popup_position']."'
WHERE name = '".$currentSiteName."'
";
-echo "<pre>$sql</pre>";
if (!$bwdb->query($sql)) {
printf("Error: %s\n", $bwdb->error);
}