Fix a slight bug. This would have caused an empty description in some cases.

This commit is contained in:
jim-p 2010-03-09 14:39:56 -05:00
parent 101ce09aee
commit 800ae4122c

View File

@ -221,7 +221,7 @@ if ($_POST) {
$wrongaliases = "";
for($x=0; $x<4999; $x++) {
if($_POST["address{$x}"] <> "") {
$count = 0;
$count = 1;
if ($isfirst > 0)
$address .= " ";
if (is_iprange($_POST["address{$x}"])) {