table title is now title + description
This commit is contained in:
@@ -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']);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user