Changeset 223 for trunk/trax/vendor/trax/action_view
- Timestamp:
- 06/21/06 04:16:01 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/trax/vendor/trax/action_view/helpers/url_helper.php
r207 r223 280 280 } 281 281 282 #if(count($options)) {283 #foreach($options as $key => $value) {284 #if(!strstr($key, ":")) {285 #$extra_params[$key] = $value;286 #}287 #}288 #}282 if(count($options)) { 283 foreach($options as $key => $value) { 284 if(!strstr($key, ":")) { 285 $extra_params[$key] = $value; 286 } 287 } 288 } 289 289 } 290 290
