table title is now title + description

This commit is contained in:
2014-09-09 20:25:27 +02:00
parent 99de0d55ee
commit 4a1b9a2e0f
3 changed files with 7 additions and 4 deletions

View File

@@ -1156,8 +1156,8 @@ class Databap extends PhpObject
if($bFormatting)
{
$asTable['system'] = self::getTableFormat($asTable['system']);
$asTable['title'] = self::getTableFormat($asTable['title']);
$asTable['description'] = self::getDescriptionFormat($asTable['description']);
$asTable['title'] = self::getTableFormat($asTable['title']).' - '.$asTable['description'];
$asTable['led'] = self::getDateFormat($asTable['led']);
$asTable['formated_keywords'] = ToolBox::formatText($asTable['keywords']);
}