diff --git a/ajax/getClientLogForEventsNew.php b/ajax/getClientLogForEventsNew.php index f93c30b..6823525 100644 --- a/ajax/getClientLogForEventsNew.php +++ b/ajax/getClientLogForEventsNew.php @@ -1197,9 +1197,29 @@ ORDER BY date_sort ASC"; $sql_inner_docs = "SELECT d.id, d.name FROM inner_docs d JOIN deal_inner_doc did ON did.inner_doc_id = d.id WHERE did.deal_id = " . intval($deal_id_for_edit); $rez_inner_docs = mysql_query($sql_inner_docs); if ($rez_inner_docs && mysql_num_rows($rez_inner_docs) > 0) { - echo '
- + - +