Remove error display for query
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 16 Apr 2019 13:42:48 +0000 (09:42 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 16 Apr 2019 13:42:48 +0000 (09:42 -0400)
update for error

classes/glmPluginSupport.php

index 937f7eb..73dd5db 100755 (executable)
@@ -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 );