Minor - format code

pull/2970/head
Julio Montoya 6 years ago
parent 7614221597
commit c9c34b5316
  1. 8
      main/inc/lib/api.lib.php
  2. 1
      main/inc/lib/tracking.lib.php
  3. 2
      main/mySpace/access_details_session.php

@ -8795,11 +8795,11 @@ function api_create_protected_dir($name, $parentDirectory)
* @param string email body
* @param string sender name
* @param string sender e-mail
* @param array $extra_headers in form $headers = array($name => $value) to allow parsing
* @param array $data_file (path and filename)
* @param bool $embedded_image True for attaching a embedded file inside content html (optional)
* @param array $extra_headers in form $headers = array($name => $value) to allow parsing
* @param array $data_file (path and filename)
* @param bool $embedded_image True for attaching a embedded file inside content html (optional)
* @param array $additionalParameters
* @param string $sendErrorTo If there's an error while sending the email, $sendErrorTo will receive a notification
* @param string $sendErrorTo If there's an error while sending the email, $sendErrorTo will receive a notification
*
* @return int true if mail was sent
*

@ -4333,6 +4333,7 @@ class Tracking
return $count;
}
return 0;
}

@ -285,7 +285,7 @@ if ($form->validate()) {
foreach ($record as $item) {
$table->setCellContents($row, $column++, $item);
if ($row == $countData) {
$table->setRowAttributes($row, ['style' => 'font-weight:bold']);
$table->setRowAttributes($row, ['style' => 'font-weight:bold']);
}
}
$row++;

Loading…
Cancel
Save