Skip to content

Commit

Permalink
Release 6.22
Browse files Browse the repository at this point in the history
  • Loading branch information
fwolf-ilias committed Feb 1, 2023
1 parent 95453a1 commit 32c0eb9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions include/inc.ilias_version.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
*
* @package ilias-core
*/
define("ILIAS_VERSION", "6.21 2022-12-21");
define("ILIAS_VERSION_NUMERIC", "6.21"); // since version ILIAS 6 this must be always x.y: x and y are numbers
define("ILIAS_VERSION", "6.22 2023-02-01");
define("ILIAS_VERSION_NUMERIC", "6.22"); // since version ILIAS 6 this must be always x.y: x and y are numbers
2 changes: 1 addition & 1 deletion setup/sql/ilDBTemplate.php
Original file line number Diff line number Diff line change
Expand Up @@ -39349,7 +39349,7 @@ function setupILIASDatabase()
'obj_id' => array('integer', '37'), 'type' => array('text', 'typ'), 'title' => array('text', 'frm'), 'description' => array('text', 'Forum object'), 'owner' => array('integer', '-1'), 'create_date' => array('timestamp', '2002-07-15 15:54:22'), 'last_update' => array('timestamp', '2003-08-15 12:36:40'), 'import_id' => array('text', ''), 'offline' => array('integer', '0')));

$ilDB->insert("object_data", array(
'obj_id' => array('integer', '70'), 'type' => array('text', 'lng'), 'title' => array('text', 'en'), 'description' => array('text', 'installed'), 'owner' => array('integer', '-1'), 'create_date' => array('timestamp', ''), 'last_update' => array('timestamp', '2022-12-21 16:03:52'), 'import_id' => array('text', ''), 'offline' => array('integer', '0')));
'obj_id' => array('integer', '70'), 'type' => array('text', 'lng'), 'title' => array('text', 'en'), 'description' => array('text', 'installed'), 'owner' => array('integer', '-1'), 'create_date' => array('timestamp', ''), 'last_update' => array('timestamp', '2023-02-01 14:22:06'), 'import_id' => array('text', ''), 'offline' => array('integer', '0')));

$ilDB->insert("object_data", array(
'obj_id' => array('integer', '71'), 'type' => array('text', 'lng'), 'title' => array('text', 'de'), 'description' => array('text', 'not_installed'), 'owner' => array('integer', '6'), 'create_date' => array('timestamp', '2003-08-15 10:25:19'), 'last_update' => array('timestamp', '2015-12-22 16:29:24'), 'import_id' => array('text', ''), 'offline' => array('integer', '0')));
Expand Down
8 changes: 4 additions & 4 deletions setup/sql/ilias3.sql
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
-- MySQL dump 10.19 Distrib 10.3.34-MariaDB, for debian-linux-gnu (x86_64)
-- MySQL dump 10.19 Distrib 10.3.36-MariaDB, for debian-linux-gnu (x86_64)
--
-- Host: localhost Database: ilias_release
-- ------------------------------------------------------
-- Server version 10.3.34-MariaDB-0+deb10u1
-- Server version 10.3.36-MariaDB-0+deb10u2

--
-- Table structure for table `acc_access_key`
Expand Down Expand Up @@ -32449,7 +32449,7 @@ INSERT INTO `object_data` VALUES (34,'typ','lm','Learning module Object',-1,'200
INSERT INTO `object_data` VALUES (35,'typ','notf','Note Folder Object',-1,'2002-12-21 00:04:00','2002-12-21 00:04:00','',0);
INSERT INTO `object_data` VALUES (36,'typ','note','Note Object',-1,'2002-12-21 00:04:00','2002-12-21 00:04:00','',0);
INSERT INTO `object_data` VALUES (37,'typ','frm','Forum object',-1,'2002-07-15 15:54:22','2003-08-15 12:36:40','',0);
INSERT INTO `object_data` VALUES (70,'lng','en','installed',-1,NULL,'2022-12-21 16:03:52','',0);
INSERT INTO `object_data` VALUES (70,'lng','en','installed',-1,NULL,'2023-02-01 14:22:06','',0);
INSERT INTO `object_data` VALUES (71,'lng','de','not_installed',6,'2003-08-15 10:25:19','2015-12-22 16:29:24','',0);
INSERT INTO `object_data` VALUES (72,'lng','es','not_installed',6,'2003-08-15 10:25:19','2003-08-15 10:25:19','',0);
INSERT INTO `object_data` VALUES (73,'lng','it','not_installed',6,'2003-08-15 10:25:19','2003-08-15 10:25:19','',0);
Expand Down Expand Up @@ -44411,4 +44411,4 @@ CREATE TABLE `xmlvalue_seq` (



-- Dump completed on 2022-12-21 16:03:57
-- Dump completed on 2023-02-01 14:24:53

0 comments on commit 32c0eb9

Please sign in to comment.