Mistake - sorted

This commit is contained in:
laf
2015-06-09 15:19:06 +01:00
parent 57b1ce7f33
commit a8c7499021

View File

@@ -1213,7 +1213,7 @@ function hex_to_ip($hex) {
} }
$return = substr($return, 0, -1); $return = substr($return, 0, -1);
} else { } else {
$return = $return; $return = $hex;
} }
return $return; return $return;
} }