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_dhcpv6_edit.php
110 110
	$reqdfields = explode(" ", "duid");
111 111
	$reqdfieldsn = array(gettext("DUID Identifier"));
112 112
	
113
	do_input_validation($_POST, $reqdfields, $reqdfieldsn, &$input_errors);
113
	do_input_validation($_POST, $reqdfields, $reqdfieldsn, $input_errors);
114 114

  
115 115
	if ($_POST['hostname']) {
116 116
		preg_match("/\-\$/", $_POST['hostname'], $matches);

Also available in: Unified diff