add OSS note links

This commit is contained in:
2014-09-19 20:36:40 +02:00
parent 18ce551602
commit 57f2839b26
5 changed files with 29 additions and 10 deletions

View File

@@ -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);