Skip to content

Commit

Permalink
Merge branch 'ZF10614' of http://github.com/thomasweidner/zf2 into me…
Browse files Browse the repository at this point in the history
…rges/thomas-zf10614
  • Loading branch information
weierophinney committed Nov 2, 2010
2 parents ec938d2 + 4414307 commit a2f0e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/manual/en/module_specs/Zend_Validate-Ip.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ if ($validator->isValid($ip)) {
</para>

<programlisting language="php"><![CDATA[
$validator = new Zend_Validate_Ip(array('allowipv6' => false);
$validator = new Zend_Validate_Ip(array('allowipv6' => false));
if ($validator->isValid($ip)) {
// ip appears to be valid ipv4 address
} else {
Expand Down

0 comments on commit a2f0e7c

Please sign in to comment.