summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorJoffrey Jaffeux <j.jaffeux@gmail.com>2012-06-06 22:21:31 +0200
committerJoffrey Jaffeux <j.jaffeux@gmail.com>2012-06-06 22:21:31 +0200
commit3dfa14b3831c6f22acdca3d3ae8f0cb48e66b782 (patch)
treecb7032b975d6d7ce5f00d3db285b8f2338901556 /user_guide_src
parent7da3c558779a533758ff36444dd4392b1056ad39 (diff)
remove text about ipv4/ipv6 support in the doc
Diffstat (limited to 'user_guide_src')
-rw-r--r--user_guide_src/source/libraries/input.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/libraries/input.rst b/user_guide_src/source/libraries/input.rst
index abdf87704..432bac3c7 100644
--- a/user_guide_src/source/libraries/input.rst
+++ b/user_guide_src/source/libraries/input.rst
@@ -228,7 +228,7 @@ $this->input->valid_ip($ip)
============================
Takes an IP address as input and returns TRUE or FALSE (boolean) if it
-is valid or not (works with IPv4 and IPv6). Note: The $this->input->ip_address() function above
+is valid or not. Note: The $this->input->ip_address() function above
validates the IP automatically.
::