Update card.php

This commit is contained in:
Frédéric FRANCE 2021-02-07 18:35:03 +01:00 committed by GitHub
parent b74ea17dd2
commit b4e6a49930
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -322,10 +322,8 @@ if ($result > 0)
// 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;
$var = ! $var;
print '<tr class="oddeven"><td>';
$listtmp=explode(',',$val);
$first=1;