internal links in procedure
This commit is contained in:
@@ -265,6 +265,11 @@ class ToolBox
|
||||
setcookie($sCookieName, $sCookieValue, $iTimeLimit);
|
||||
}
|
||||
|
||||
public static function formatText($sText)
|
||||
{
|
||||
return str_replace("\n", '<br />', self::findReplaceLinks($sText));
|
||||
}
|
||||
|
||||
//TODO implement link pattern
|
||||
public static function findReplaceLinks($sText, $sLinkPattern='')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user