Fix: function with bad name
This commit is contained in:
parent
76ea7d84a0
commit
e71fc2854e
@ -167,7 +167,7 @@ if ( $soc->fetch($soc->id) )
|
|||||||
print '</tr>';
|
print '</tr>';
|
||||||
|
|
||||||
$var=false;
|
$var=false;
|
||||||
if (count($soc->contact_email_array()) > 0)
|
if (count($soc->thirdparty_and_contact_email_array()) > 0)
|
||||||
{
|
{
|
||||||
// Load array of notifications type available
|
// Load array of notifications type available
|
||||||
$sql = "SELECT a.rowid, a.code, a.titre";
|
$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 '<input type="hidden" name="action" value="add">';
|
||||||
print '<tr '.$bc[$var].'><td>';
|
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 '<td>';
|
print '<td>';
|
||||||
print $html->selectarray("actionid",$actions);
|
print $html->selectarray("actionid",$actions);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user