Ignore:
Timestamp:
08/25/08 18:49:18 (4 years ago)
Author:
hverton
Message:

Merged trunk revisions 1668:1690 into the PLi-Fusion branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PLi-Fusion/includes/forum_functions_include.php

    r1666 r1691  
    401401    global $urlblocks; 
    402402 
    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))); 
    404404    return "{@@*".(count($urlblocks)-1)."*@@}"; 
    405405} 
     
    417417    // validate the URL before converting it 
    418418    if (isURL($matches[0])) { 
    419         $urlblocks[] = array($matches[0], shortenlink($matches[0], 50)); 
     419        $urlblocks[] = array($matches[0], parseubb(shortenlink($matches[0], 50))); 
    420420        return "{@@*".(count($urlblocks)-1)."*@@}"; 
    421421    } else { 
Note: See TracChangeset for help on using the changeset viewer.