diff --git a/build.php b/build.php index 70bae2c4..2c077e02 100644 --- a/build.php +++ b/build.php @@ -1,4 +1,4 @@ + diff --git a/install/mods-for-hesk/sql/installSql.php b/install/mods-for-hesk/sql/installSql.php index 2f0ff5d1..6e2f9b11 100644 --- a/install/mods-for-hesk/sql/installSql.php +++ b/install/mods-for-hesk/sql/installSql.php @@ -951,4 +951,11 @@ function execute302Scripts() { ADD COLUMN `custom50` MEDIUMTEXT"); updateVersion('3.0.2'); +} + +function execute303Scripts() { + global $hesk_settings; + hesk_dbConnect(); + + updateVersion('3.0.3'); } \ No newline at end of file