mirror of
https://github.com/Frumph/comic-easel.git
synced 2026-02-04 02:51:20 +01:00
fixed database version number for bf_code
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user