fixed database version number for bf_code

This commit is contained in:
Frumph
2018-11-01 22:17:55 -07:00
parent ac68d10e02
commit a75de53259

View File

@@ -491,7 +491,7 @@ function ceo_pluginfo($whichinfo = null) {
update_option('comiceasel-config', $ceo_options);
}
if (version_compare($ceo_options['db_version'], '1.9.8', '<')) {
$ceo_options['db_version'] = '1.9.7';
$ceo_options['db_version'] = '1.9.8';
$ceo_options['bf_code'] = '';
update_option('comiceasel-config', $ceo_options);
}