diff --git a/script/partitioning.pl b/script/partitioning.pl index 742f65d..4c75841 100755 --- a/script/partitioning.pl +++ b/script/partitioning.pl @@ -144,7 +144,8 @@ sub aggiorna { AND data_destroy = '1970-01-01 00:00:00'; "; - + $sts = $dbmysql->prepare($query); + $sts->execute (); printf "Termine attivita' %s\n",strftime('%d-%m-%Y %H:%M:%S',localtime) if ($messaggi); }