add OSS note links
This commit is contained in:
@@ -282,7 +282,8 @@ class ToolBox
|
||||
$sText = self::fixEOL($sText);
|
||||
|
||||
//building all replacements possibilities
|
||||
foreach(Databap::$TYPES as $sType=>$asTypeInfo)
|
||||
$asTypes = Databap::$TYPES + array('note'=>'');
|
||||
foreach($asTypes as $sType=>$asTypeInfo)
|
||||
{
|
||||
$sPage = Databap::$HASH_TO_PAGE[$sType];
|
||||
$asHashes = array_keys(Databap::$HASH_TO_PAGE, $sPage);
|
||||
|
||||
Reference in New Issue
Block a user