diff options
| author | Moritz Strohm <strohm@data-quest.de> | 2024-12-19 11:26:29 +0000 |
|---|---|---|
| committer | Moritz Strohm <strohm@data-quest.de> | 2024-12-19 11:26:29 +0000 |
| commit | 3f28e8ed509af09e4ca5a03434ffdb29f5391848 (patch) | |
| tree | d3afeaaee4347450ccb039697550debf14236ffe /config | |
| parent | 7aaa7cf255ffe9a99701fb3ed5279d2a94542c49 (diff) | |
added fixes for third GUI review of TIC 4421, re #4421
Merge request studip/studip!3780
Diffstat (limited to 'config')
| -rw-r--r-- | config/config.inc.php.dist | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/config/config.inc.php.dist b/config/config.inc.php.dist index aaed66b..879ee20 100644 --- a/config/config.inc.php.dist +++ b/config/config.inc.php.dist @@ -301,12 +301,6 @@ $PERS_TERMIN_KAT = [ 'border_color' => '#8bbd40', 'bgcolor' => '#8bbd40', 'fgcolor' => '#000000' - ], - '255' => [ - 'name' => _('Sonstige'), - 'border_color' => '#A7ABAF', - 'bgcolor' => '#A7ABAF', - 'fgcolor' => '#000000' ] //More categories can be added here. ]; |
