Skip to content

Commit

Permalink
Release 5.2.23
Browse files Browse the repository at this point in the history
  • Loading branch information
fwolf-ilias committed Apr 18, 2019
1 parent 366a115 commit 9076396
Show file tree
Hide file tree
Showing 3 changed files with 2,360 additions and 2,360 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", "5.2.22 2019-02-14");
define("ILIAS_VERSION_NUMERIC", "5.2.22"); // must be always x.y.z: x, y and z are numbers
define("ILIAS_VERSION", "5.2.23 2019-04-18");
define("ILIAS_VERSION_NUMERIC", "5.2.23"); // must be always x.y.z: x, y and z are numbers
2 changes: 1 addition & 1 deletion setup/sql/ilDBTemplate.php
Original file line number Diff line number Diff line change
Expand Up @@ -32262,7 +32262,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', '')));

$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', '2019-02-14 15:54:00'), 'import_id' => array('text', '')));
'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', '2019-04-18 13:09:59'), 'import_id' => array('text', '')));

$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', '')));
Expand Down
Loading

0 comments on commit 9076396

Please sign in to comment.