From d3464518fe7bc51da0239634e3f6f02196ced094 Mon Sep 17 00:00:00 2001 From: cmaffio Date: Tue, 26 Apr 2016 09:20:16 +0200 Subject: [PATCH] Gestione dati non completi --- script/partitioning.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); }