Sprache bei Templatetext

This commit is contained in:
Paminger
2016-07-13 07:56:19 +02:00
parent 483d133fc1
commit ed6f9fa676
5 changed files with 25 additions and 10 deletions
+1
View File
@@ -458,6 +458,7 @@ class DBTools extends FHC_Controller
break;
// **** Default ****
default: echo ' what? roles or permisssions?';
exit();
}
exit('Succesfully checked!');
@@ -134,6 +134,10 @@ class Templates extends FHC_Controller
$data['studiengang_kz'] = $this->input->post('studiengang_kz', TRUE);
$data['version'] = $this->input->post('version', TRUE);
$data['oe_kurzbz'] = $this->input->post('oe_kurzbz', TRUE);
if ($this->input->post('sprache') == '')
$data['sprache'] = null;
else
$data['sprache'] = $this->input->post('sprache', TRUE);
if ($this->input->post('orgform_kurzbz') == '')
$data['orgform_kurzbz'] = null;
else