Changeset 1691 in ExiteCMS for branches/PLi-Fusion/includes/forum_functions_include.php
- Timestamp:
- 08/25/08 18:49:18 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PLi-Fusion/includes/forum_functions_include.php
r1666 r1691 401 401 global $urlblocks; 402 402 403 $urlblocks[] = array($matches[1]=="="?$matches[2]:substr($matches[1],1), $matches[2]);403 $urlblocks[] = array($matches[1]=="="?$matches[2]:substr($matches[1],1), parseubb(shortenlink($matches[2],50))); 404 404 return "{@@*".(count($urlblocks)-1)."*@@}"; 405 405 } … … 417 417 // validate the URL before converting it 418 418 if (isURL($matches[0])) { 419 $urlblocks[] = array($matches[0], shortenlink($matches[0], 50));419 $urlblocks[] = array($matches[0], parseubb(shortenlink($matches[0], 50))); 420 420 return "{@@*".(count($urlblocks)-1)."*@@}"; 421 421 } else {
Note: See TracChangeset
for help on using the changeset viewer.
