mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-24 23:49:28 +00:00
Bug utf8_decode Umlaute in betriebsmitteltyp
This commit is contained in:
@@ -112,6 +112,8 @@ class Betriebsmittel extends FHCAPI_Controller
|
||||
// Start DB transaction
|
||||
$this->db->trans_begin();
|
||||
|
||||
$betriebsmitteltyp = utf8_decode($betriebsmitteltyp);
|
||||
|
||||
if(!$inventarData)
|
||||
{
|
||||
$result = $this->BetriebsmittelModel->insert(
|
||||
|
||||
Reference in New Issue
Block a user