diff options
author | Jannik Schönartz | 2017-03-04 18:18:49 +0100 |
---|---|---|
committer | Jannik Schönartz | 2017-03-04 18:18:49 +0100 |
commit | 1a19e800b4c6e3b2413bcd1d3d5b85b6f9179d7e (patch) | |
tree | 3ae21c33ba0f5224235b3ef8d90c29e7872cbf4a /modules-available/locationinfo/inc/coursebackend/coursebackend_dummy.inc.php | |
parent | frontend: fixed calendar (diff) | |
download | slx-admin-1a19e800b4c6e3b2413bcd1d3d5b85b6f9179d7e.tar.gz slx-admin-1a19e800b4c6e3b2413bcd1d3d5b85b6f9179d7e.tar.xz slx-admin-1a19e800b4c6e3b2413bcd1d3d5b85b6f9179d7e.zip |
ServerList: Fixed a bug while editing the list would not show the not selected Servers. Dummy updates to a current-dated date.
Diffstat (limited to 'modules-available/locationinfo/inc/coursebackend/coursebackend_dummy.inc.php')
-rw-r--r-- | modules-available/locationinfo/inc/coursebackend/coursebackend_dummy.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules-available/locationinfo/inc/coursebackend/coursebackend_dummy.inc.php b/modules-available/locationinfo/inc/coursebackend/coursebackend_dummy.inc.php index 09809eb3..23f62455 100644 --- a/modules-available/locationinfo/inc/coursebackend/coursebackend_dummy.inc.php +++ b/modules-available/locationinfo/inc/coursebackend/coursebackend_dummy.inc.php @@ -38,8 +38,8 @@ class Coursebackend_Dummy extends CourseBackend { foreach ($roomId as $id) { $x['id'] = $id; $calendar['title'] = "test exam"; - $calendar['start'] = "2017-February-20 10:00:00"; - $calendar['end'] = "2017-February-20 12:00:00"; + $calendar['start'] = "2017-3-08 13:00:00"; + $calendar['end'] = "2017-3-08 16:00:00"; $calarray = array(); $calarray[] = $calendar; $x['calendar'] = $calarray; |