Update card.php
This commit is contained in:
parent
b74ea17dd2
commit
b4e6a49930
@ -322,10 +322,8 @@ if ($result > 0)
|
|||||||
|
|
||||||
// List of notifications enabled for fixed email
|
// List of notifications enabled for fixed email
|
||||||
/*
|
/*
|
||||||
foreach($conf->global as $key => $val)
|
foreach($conf->global as $key => $val) {
|
||||||
{
|
|
||||||
if (! preg_match('/^NOTIFICATION_FIXEDEMAIL_(.*)/', $key, $reg)) continue;
|
if (! preg_match('/^NOTIFICATION_FIXEDEMAIL_(.*)/', $key, $reg)) continue;
|
||||||
$var = ! $var;
|
|
||||||
print '<tr class="oddeven"><td>';
|
print '<tr class="oddeven"><td>';
|
||||||
$listtmp=explode(',',$val);
|
$listtmp=explode(',',$val);
|
||||||
$first=1;
|
$first=1;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user