Project

General

Profile

« Previous | Next » 

Revision 1594

Added by Dietmar over 12 years ago

fixed use of undefined constant fri in /form/view.php

View differences:

view.php
429 429
					} else {
430 430
						// Adding the IP to the body and try to send the email
431 431
						// $email_body .= "\n\nIP: ".$_SERVER['REMOTE_ADDR'];
432
						$iFormRequestId = isset($_POST[fri]) ? intval($_POST['fri']) : 0;
432
						$iFormRequestId = isset($_POST['fri']) ? intval($_POST['fri']) : 0;
433 433
						if($iFormRequestId) {
434 434
							$email_body .= "\n\nFormRequestID: ".$iFormRequestId;
435 435
						}

Also available in: Unified diff