Skip to content
Snippets Groups Projects
Commit 92a0bf2d authored by Eric Laufer's avatar Eric Laufer
Browse files

update var.php

parent 9ed9a376
No related merge requests found
......@@ -68,8 +68,8 @@ if (!isset($_POST['menge'])) $_POST['menge'] = "0";
if (!isset($_POST['ziel'])) $_POST['ziel'] = "";
if (!isset($_POST['mailtext'])) $_POST['mailtext'] = "";
if (!isset($_POST['beschreibung'])) $_POST['beschreibung'] = "";
if (!isset($_POST['aufendhalt'])) $_POST['aufendhalt'] = "0";
if (!isset($_POST['gueltig'])) $_POST['gueltig'] = "1";
if (!isset($_POST['aufendhalt'])) $_POST['aufendhalt'] = "";
if (!isset($_POST['gueltig'])) $_POST['gueltig'] = "";
if (!isset($tan)) $tan = "";
//$_SESSION
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment