Skip to content

Commit

Permalink
space pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
atm-jonathan committed Jul 1, 2024
1 parent 6bac9b4 commit 4b4bbf0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions htdocs/projet/element.php
Original file line number Diff line number Diff line change
Expand Up @@ -701,8 +701,6 @@

if (!empty($hookmanager->resArray)) {
$listofreferent = array_merge($listofreferent, $hookmanager->resArray);
}elseif ($resHook > 0 && !empty($hookmanager->resPrint)) {
$listofreferent = $hookmanager->resPrint;
}

if ($action == "addelement") {
Expand Down
2 changes: 1 addition & 1 deletion htdocs/societe/contact.php
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
if ($action != 'presend') {
// Contacts list
if (!getDolGlobalString('SOCIETE_DISABLE_CONTACTS')) {
$showuserlogin = in_array('u.user', explode(',', $selectedfields )) ? 1 : 0;
$showuserlogin = in_array('u.user', explode(',', $selectedfields)) ? 1 : 0;
$result = show_contacts($conf, $langs, $db, $object, $_SERVER["PHP_SELF"].'?socid='.$object->id, $showuserlogin);
}
}
Expand Down

0 comments on commit 4b4bbf0

Please sign in to comment.