mirror of
https://github.com/sruupl/batflat.git
synced 2026-05-13 02:37:00 +02:00
Added new version to upgrade.php
This commit is contained in:
@@ -209,6 +209,9 @@ switch ($version) {
|
|||||||
$this->core->db()->pdo()->exec("INSERT INTO `settings` (`module`, `field`, `value`) VALUES ('contact', 'checkbox.switch', '0')");
|
$this->core->db()->pdo()->exec("INSERT INTO `settings` (`module`, `field`, `value`) VALUES ('contact', 'checkbox.switch', '0')");
|
||||||
$this->core->db()->pdo()->exec("INSERT INTO `settings` (`module`, `field`, `value`) VALUES ('contact', 'checkbox.content', 'I agree to the processing of personal data...')");
|
$this->core->db()->pdo()->exec("INSERT INTO `settings` (`module`, `field`, `value`) VALUES ('contact', 'checkbox.content', 'I agree to the processing of personal data...')");
|
||||||
$return = '1.3.5';
|
$return = '1.3.5';
|
||||||
|
|
||||||
|
case '1.3.5':
|
||||||
|
$return = '1.3.6';
|
||||||
}
|
}
|
||||||
|
|
||||||
return $return;
|
return $return;
|
||||||
Reference in New Issue
Block a user