Project

General

Profile

« Previous | Next » 

Revision 1e9b4611

Added by Renato Botelho almost 12 years ago

Remove call-time pass by reference for do_input_validation, helps ticket #2565

View differences:

usr/local/www/services_dhcp_relay.php
71 71
		$reqdfields = explode(" ", "server interface");
72 72
		$reqdfieldsn = array(gettext("Destination Server"), gettext("Interface"));
73 73

  
74
		do_input_validation($_POST, $reqdfields, $reqdfieldsn, &$input_errors);
74
		do_input_validation($_POST, $reqdfields, $reqdfieldsn, $input_errors);
75 75

  
76 76
		if ($_POST['server']) {
77 77
			$checksrv = explode(",", $_POST['server']);

Also available in: Unified diff