Revision 6c07db48
Added by Phil Davis about 10 years ago
usr/local/www/services_dhcpv6_edit.php | ||
---|---|---|
148 | 148 |
continue; |
149 | 149 |
} |
150 | 150 |
|
151 |
if ((($mapent['hostname'] == $_POST['hostname']) && $mapent['hostname']) || ($mapent['duid'] == $_POST['duid'])) {
|
|
151 |
if ((($mapent['hostname'] == $_POST['hostname']) && $mapent['hostname']) || ($mapent['duid'] == $_POST['duid'])) { |
|
152 | 152 |
$input_errors[] = gettext("This Hostname, IP or DUID already exists."); |
153 | 153 |
break; |
154 | 154 |
} |
Also available in: Unified diff
Code spacing
and other random stuff I noticed.
I think this finishes messing with code style. The codebase should match
the developer style guide closely enough that 99.9% of changes will not
feel the need to also massage the formatting.