Changeset 7802
- Timestamp:
- 03/11/08 09:49:00 (1 year ago)
- Files:
-
- branches/1.0/lib/helper/UrlHelper.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0/lib/helper/UrlHelper.php
r7794 r7802 165 165 if ($condition) 166 166 { 167 unset($options['tag']); 167 if (isset($options['tag'])) 168 { 169 unset($options['tag']); 170 } 168 171 return link_to($name, $internal_uri, $options); 169 172 }

