Skip to content
Snippets Groups Projects
Commit efb696eb authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

remove get_config(), fixes #2797

Closes #2797

Merge request studip/studip!1887
parent 8ca38526
No related branches found
No related tags found
No related merge requests found
...@@ -504,19 +504,6 @@ function check_and_set_date($tag, $monat, $jahr, $stunde, $minute, &$arr, $field ...@@ -504,19 +504,6 @@ function check_and_set_date($tag, $monat, $jahr, $stunde, $minute, &$arr, $field
return $check; 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, * reset the order-positions for the lecturers in the passed seminar,
* starting at the passed position * starting at the passed position
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment