diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-03-14 15:38:48 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-03-14 15:38:48 +0000 |
| commit | efb696eb4f4e0230fed036348804098d5cf09eba (patch) | |
| tree | 434ec93a668961681caeef05db61c7fa4d9cef87 /lib/functions.php | |
| parent | 8ca38526046fb6623cab838f0c01c9493023c839 (diff) | |
remove get_config(), fixes #2797
Closes #2797
Merge request studip/studip!1887
Diffstat (limited to 'lib/functions.php')
| -rw-r--r-- | lib/functions.php | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/functions.php b/lib/functions.php index ea9b7b1..1fad95d 100644 --- a/lib/functions.php +++ b/lib/functions.php @@ -504,19 +504,6 @@ function check_and_set_date($tag, $monat, $jahr, $stunde, $minute, &$arr, $field return $check; } - -/** - * gets an entry from the studip configuration table - * - * @param string $key the key for the config entry - * @return string the value - * @deprecated since Stud.IP 5.0 - */ -function get_config($key) -{ - return Config::get()->$key; -} - /** * reset the order-positions for the lecturers in the passed seminar, * starting at the passed position |
