From: Steve Sutton Date: Tue, 16 Apr 2019 13:42:48 +0000 (-0400) Subject: Remove error display for query X-Git-Tag: v2.12.2^2~13 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=2c36ccf4435cc1762fc6a0fe489fd2c031807499;p=WP-Plugins%2Fglm-member-db.git Remove error display for query update for error --- diff --git a/classes/glmPluginSupport.php b/classes/glmPluginSupport.php index 937f7ebd..73dd5db6 100755 --- 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 );