Skip to content

Commit

Permalink
Release 6.24
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Wolf committed May 5, 2023
1 parent eb777dc commit 3f170a7
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.23 2023-03-29");
define("ILIAS_VERSION_NUMERIC", "6.23"); // since version ILIAS 6 this must be always x.y: x and y are numbers
define("ILIAS_VERSION", "6.24 2023-05-05");
define("ILIAS_VERSION_NUMERIC", "6.24"); // 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', '2023-03-29 16:12:43'), '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-05-05 14:54:33'), '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.36-MariaDB, for debian-linux-gnu (x86_64)
-- MariaDB dump 10.19 Distrib 10.6.12-MariaDB, for debian-linux-gnu (x86_64)
--
-- Host: localhost Database: ilias_release
-- ------------------------------------------------------
-- Server version 10.3.36-MariaDB-0+deb10u2
-- Server version 10.6.12-MariaDB-0ubuntu0.22.04.1

--
-- Table structure for table `acc_access_key`
Expand Down Expand Up @@ -32450,7 +32450,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,'2023-03-29 16:12:43','',0);
INSERT INTO `object_data` VALUES (70,'lng','en','installed',-1,NULL,'2023-05-05 14:54:33','',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 @@ -44412,4 +44412,4 @@ CREATE TABLE `xmlvalue_seq` (



-- Dump completed on 2023-03-29 16:16:14
-- Dump completed on 2023-05-05 14:56:07

0 comments on commit 3f170a7

Please sign in to comment.