Project

General

Profile

« Previous | Next » 

Revision aa0753e3

Added by Jim Pingle almost 12 years ago

Needs parens

View differences:

etc/inc/upgrade_config.inc
3150 3150
	foreach ($config['dhcpd'] as & $dhcpifconf) {
3151 3151
		if (isset($dhcpifconf['next-server'])) {
3152 3152
			$dhcpifconf['nextserver'] = $dhcpifconf['next-server'];
3153
			unset $dhcpifconf['next-server'];
3153
			unset($dhcpifconf['next-server']);
3154 3154
		}
3155 3155
	}
3156 3156
}

Also available in: Unified diff