equal
deleted
inserted
replaced
55 if (!$vtr['okn']) $ok=false; |
55 if (!$vtr['okn']) $ok=false; |
56 |
56 |
57 // print_r($vtr); |
57 // print_r($vtr); |
58 // echo "<br><br>\n"; |
58 // echo "<br><br>\n"; |
59 // echo "Vertragsbezeichnung: " . $vtr['cname'] ."<br><br>\n"; |
59 // echo "Vertragsbezeichnung: " . $vtr['cname'] ."<br><br>\n"; |
|
60 |
|
61 if ($_FILES["vfile"]["error"] == 1 || $_FILES["vfile"]["error"] == 2) |
|
62 { |
|
63 if ($_FILES["vfile"]["error"] == 2) |
|
64 echo "<p class='red'><b>Uploadfile > 10 MByte!</b></p>\n"; |
|
65 $ok = 0; |
|
66 } |
60 |
67 |
61 if (!$ok || !$submit) |
68 if (!$ok || !$submit) |
62 { |
69 { |
63 include_once("form/vertrag_form.inc.php"); |
70 include_once("form/vertrag_form.inc.php"); |
64 |
71 |