mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
6cc99bf2b9
Now if the method check_gebiete() returns false, a userfriendly errormessage will be displayed.
6 lines
137 B
PHP
6 lines
137 B
PHP
<?php
|
|
$this->phrasen['errors/rolleExistiertBereits']='This role is already selected';
|
|
$this->phrasen['errors/achtung']='Attention!';
|
|
|
|
?>
|