Skip to content

Commit

Permalink
OMG!!!! var_dump....
Browse files Browse the repository at this point in the history
  • Loading branch information
atm-florian committed Oct 5, 2018
1 parent e95921e commit 68c99d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion htdocs/core/lib/company.lib.php
Expand Up @@ -1628,7 +1628,6 @@ function show_actions_done($conf, $langs, $db, $filterobj, $objcon='', $noprint=
$contactstatic->lastname=$histo[$key]['lastname'];
$contactstatic->firstname=$histo[$key]['firstname'];
$contactstatic->id=$histo[$key]['contact_id'];
var_dump($histo[$key]['contact_id']);
$out.='<td width="120">'.$contactstatic->getNomUrl(1,'',10).'</td>';
} elseif (isset($histo[$key]['socpeopleassigned']) && is_array($histo[$key]['socpeopleassigned']) && count($histo[$key]['socpeopleassigned']) > 0) {
$out .= '<td>';
Expand Down

0 comments on commit 68c99d0

Please sign in to comment.