Produktion remove old msg on submit
This commit is contained in:
parent
625b9627e8
commit
df028888e9
|
|
@ -367,6 +367,9 @@ class Produktion {
|
||||||
|
|
||||||
if ($submit != '')
|
if ($submit != '')
|
||||||
{
|
{
|
||||||
|
|
||||||
|
$msg = "";
|
||||||
|
|
||||||
switch ($submit) {
|
switch ($submit) {
|
||||||
case 'speichern':
|
case 'speichern':
|
||||||
// Write to database
|
// Write to database
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue