projects
/
WP-Plugins
/
glm-member-db.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48690a2
)
Remove error display for query
author
Steve Sutton
<steve@gaslightmedia.com>
Tue, 16 Apr 2019 13:42:48 +0000
(09:42 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Tue, 16 Apr 2019 13:42:48 +0000
(09:42 -0400)
update for error
classes/glmPluginSupport.php
patch
|
blob
|
history
diff --git
a/classes/glmPluginSupport.php
b/classes/glmPluginSupport.php
index
937f7eb
..
73dd5db
100755
(executable)
--- a/
classes/glmPluginSupport.php
+++ b/
classes/glmPluginSupport.php
@@
-549,7
+549,6
@@
function glmClearShortcodeCache()
global $wpdb;
- $wpdb->show_errors();
// Remove all cache entries from the database
$sql = "DELETE FROM ".GLM_MEMBERS_PLUGIN_DB_PREFIX."cache";
$wpdb->query( $sql );