fix conflict
This commit is contained in:
@@ -1146,7 +1146,7 @@ class Databap extends PhpObject
|
|||||||
$asTable['title'] = self::getTableFormat($asTable['title']);
|
$asTable['title'] = self::getTableFormat($asTable['title']);
|
||||||
$asTable['description'] = self::getDescriptionFormat($asTable['description']);
|
$asTable['description'] = self::getDescriptionFormat($asTable['description']);
|
||||||
$asTable['led'] = self::getDateFormat($asTable['led']);
|
$asTable['led'] = self::getDateFormat($asTable['led']);
|
||||||
//$asTable['keywords'] = ToolBox::findReplaceLinks($asTable['description']);
|
$asTable['formatted_keywords'] = ToolBox::findReplaceLinks($asTable['keywords']);
|
||||||
}
|
}
|
||||||
return $asTable;
|
return $asTable;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ $asAttendees = isset($_REQUEST['attendees'])?$_REQUEST['attendees']:'';
|
|||||||
$bFirstConn = isset($_GET['first_conn'])?$_GET['first_conn']:false;
|
$bFirstConn = isset($_GET['first_conn'])?$_GET['first_conn']:false;
|
||||||
$iMessageId = isset($_GET['message_id'])?$_GET['message_id']:0;
|
$iMessageId = isset($_GET['message_id'])?$_GET['message_id']:0;
|
||||||
$oItemId = isset($_REQUEST['id'])?$_REQUEST['id']:0;
|
$oItemId = isset($_REQUEST['id'])?$_REQUEST['id']:0;
|
||||||
$sSystem = isset($_POST['id'])?$_POST['system']:0;
|
$sSystem = isset($_POST['system'])?$_POST['system']:'';
|
||||||
$sResult = '';
|
$sResult = '';
|
||||||
|
|
||||||
//Launching application
|
//Launching application
|
||||||
|
|||||||
Reference in New Issue
Block a user