From ce66d155eca7d447bdcc6feb47c17647ac754c35 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Tue, 4 Mar 2008 20:55:55 +0000 Subject: validation error fixes --- user_guide/libraries/uri.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide/libraries/uri.html') diff --git a/user_guide/libraries/uri.html b/user_guide/libraries/uri.html index 27e6f0d4f..d53ebe355 100644 --- a/user_guide/libraries/uri.html +++ b/user_guide/libraries/uri.html @@ -229,7 +229,7 @@ foreach ($segs as $segment)

$this->uri->rsegment_array(n)

This function is identical to the previous one, except that it returns the array of segments in your -re-routed URI in the event you are using CodeIgniter's URI Routing feature. +re-routed URI in the event you are using CodeIgniter's URI Routing feature.

-- cgit v1.2.3-24-g4f1b