Skip to content
Snippets Groups Projects
Commit e71fc285 authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: function with bad name

parent 76ea7d84
No related branches found
No related tags found
No related merge requests found
......@@ -167,7 +167,7 @@ if ( $soc->fetch($soc->id) )
print '</tr>';
$var=false;
if (count($soc->contact_email_array()) > 0)
if (count($soc->thirdparty_and_contact_email_array()) > 0)
{
// Load array of notifications type available
$sql = "SELECT a.rowid, a.code, a.titre";
......@@ -195,7 +195,7 @@ if ( $soc->fetch($soc->id) )
print '<input type="hidden" name="action" value="add">';
print '<tr '.$bc[$var].'><td>';
print $html->selectarray("contactid",$soc->contact_email_array());
print $html->selectarray("contactid",$soc->thirdparty_and_contact_email_array());
print '</td>';
print '<td>';
print $html->selectarray("actionid",$actions);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment