From 2c36ccf4435cc1762fc6a0fe489fd2c031807499 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 16 Apr 2019 09:42:48 -0400 Subject: [PATCH] Remove error display for query update for error --- classes/glmPluginSupport.php | 1 - 1 file changed, 1 deletion(-) 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 ); -- 2.17.1