Changeset 3119
- Timestamp:
- 07/16/2008 03:39:36 AM (3 months ago)
- Location:
- trunk/system/libraries
- Files:
-
- 2 modified
-
Router.php (modified) (1 diff)
-
URI.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/Router.php
r3075 r3119 279 279 if (preg_match('#^'.$key.'$#u', $uri)) 280 280 { 281 if (strpos($val, '$') !== FALSE AND strpos($key, '(') !== FALSE)281 if (strpos($val, '$') !== FALSE) 282 282 { 283 283 // Use regex routing -
trunk/system/libraries/URI.php
r2899 r3119 136 136 * @param array array to rebuild 137 137 * @param integer offset to start from 138 * @param bool create an associative array138 * @param boolean create an associative array 139 139 * @return array 140 140 */
