From 9b121b58a98ac1f19ec67a1707b7e9a0fa6607b9 Mon Sep 17 00:00:00 2001 From: Jannik Schönartz Date: Wed, 23 Nov 2016 11:27:36 -0800 Subject: Api openingtime is now returning the parent times if the current has no own times. Api action=config now returns the value from the database. New colum has to be added. --- modules-available/locationinfo/install.inc.php | 1 + 1 file changed, 1 insertion(+) (limited to 'modules-available/locationinfo/install.inc.php') diff --git a/modules-available/locationinfo/install.inc.php b/modules-available/locationinfo/install.inc.php index e056fea1..5f58388b 100644 --- a/modules-available/locationinfo/install.inc.php +++ b/modules-available/locationinfo/install.inc.php @@ -6,6 +6,7 @@ $res[] = tableCreate('location_info', ' `locationid` INT(11) NOT NULL, `hidden` BOOLEAN NOT NULL DEFAULT 0, `openingtime` VARCHAR(2000) NOT NULL, + `config` VARCHAR(2000) NOT NULL, PRIMARY KEY (`locationid`) '); -- cgit v1.2.3-55-g7522