diff --git a/modules/aggiornamenti/database.php b/modules/aggiornamenti/database.php index aaf349aad..6ac6496cc 100644 --- a/modules/aggiornamenti/database.php +++ b/modules/aggiornamenti/database.php @@ -116,7 +116,7 @@ if (!empty($results)) { if (!empty($errors)) { echo ' - +
@@ -127,8 +127,13 @@ if (!empty($results)) { '; foreach ($errors as $name => $diff) { + if(count($diff) == 1 && array_key_exists('type',$diff) && str_contains($diff['type']['expected'] , $diff['type']['current'])){ + $class="info"; + }else{ + $class="warning"; + } echo ' - +
'.tr('Colonna').'
'.$name.'