Fix additional shift description formatting
This commit is contained in:
parent
a129f18c2c
commit
ea0a4777d8
|
@ -95,7 +95,7 @@ function shift_edit_controller()
|
|||
if ($request->hasPostData('submit')) {
|
||||
// Name/Bezeichnung der Schicht, darf leer sein
|
||||
$title = strip_request_item('title');
|
||||
$description = strip_request_item('description');
|
||||
$description = strip_request_item_nl('description');
|
||||
|
||||
// Auswahl der sichtbaren Locations für die Schichten
|
||||
if (
|
||||
|
|
|
@ -72,7 +72,7 @@ function admin_shifts()
|
|||
$title = strip_request_item('title');
|
||||
|
||||
// Beschreibung der Schicht, darf leer sein
|
||||
$description = strip_request_item('description');
|
||||
$description = strip_request_item_nl('description');
|
||||
|
||||
// Auswahl der sichtbaren Locations für die Schichten
|
||||
if (
|
||||
|
|
Loading…
Reference in New Issue