Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
rimossa notifica mail in caso di produttore non in elenco
Browse files Browse the repository at this point in the history
  • Loading branch information
madbob committed Mar 2, 2017
1 parent b553db3 commit 2650906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion produttori/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ function percentage_formula ($vendor, $min, $max) {
$n = $vendor->lname;

if (array_key_exists ($vendor->lname, $vendors) == false) {
log_mail ('Nuovo produttore non gestito: ' . $vendor->name);
// log_mail ('Nuovo produttore non gestito: ' . $vendor->name);
continue;
}

Expand Down

0 comments on commit 2650906

Please sign in to comment.