Changeset 1956 for trunk/include/functions_url.inc.php
- Timestamp:
- Apr 14, 2007, 1:58:28 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/functions_url.inc.php
r1900 r1956 247 247 $url .= $params['image_id']; 248 248 } 249 if ( !isset($params['category'] ) ) 250 {// make urls shorter ... 251 unset( $params['flat'] ); 252 } 249 253 $url .= make_section_in_url($params); 250 254 $url = add_well_known_params_in_url($url, $params);
Note: See TracChangeset
for help on using the changeset viewer.