From: Chuck Scott Date: Wed, 24 Feb 2016 21:38:04 +0000 (-0500) Subject: Removed errant "V" in database error message. X-Git-Tag: v2.0.0^2~71 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=271e26d42befd1590ba1a371bab8acfd5b8f38d8;p=WP-Plugins%2Fglm-member-db.git Removed errant "V" in database error message. --- diff --git a/classes/glmPluginSupport.php b/classes/glmPluginSupport.php index b138c205..34a01d6c 100644 --- a/classes/glmPluginSupport.php +++ b/classes/glmPluginSupport.php @@ -208,7 +208,7 @@ class GlmPluginSupport // Check if the database version set for this plug-in is invalid - not in the dbVersions array if (!isset($a['database']['dbVersions'][$dbVersion])) { - $startupNotices .= "

The last database version set for the ".$a['name']." (V$dbVersion) isn't valid.

"; + $startupNotices .= "

The last database version set for the ".$a['name']." ($dbVersion) isn't valid.

"; $db_error = true; } else {