From 825e994444fcdb73d62710d0d934e93a227bd30f Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 15 Sep 2014 17:26:26 +0200 Subject: Added eventlog class, improved db-update machanism. A warning will be shown in the main menu bar if the database schema needs to be updated. --- inc/property.inc.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'inc/property.inc.php') diff --git a/inc/property.inc.php b/inc/property.inc.php index 81de137f..605d901d 100644 --- a/inc/property.inc.php +++ b/inc/property.inc.php @@ -141,5 +141,10 @@ class Property { self::set('dl-' . $name, $taskId, 5); } + + public static function getCurrentSchemaVersion() + { + return self::get('webif-version'); + } } -- cgit v1.2.3-55-g7522