Changeset 150 for trunk/trax/vendor/trax/action_view
- Timestamp:
- 02/26/06 06:41:24 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/trax/vendor/trax/action_view/helpers/url_helper.php
r148 r150 211 211 } 212 212 213 if(count($options)) {214 foreach($options as $key => $value) {215 if(!strstr($key, ":")) {216 $extra_params[$key] = $value;217 }218 }219 }213 #if(count($options)) { 214 # foreach($options as $key => $value) { 215 # if(!strstr($key, ":")) { 216 # $extra_params[$key] = $value; 217 # } 218 # } 219 #} 220 220 } 221 221
