From 89bf48c47bac804d26237677c7c4378bcdeeaf41 Mon Sep 17 00:00:00 2001 From: dklawren Date: Fri, 15 Nov 2019 10:01:51 -0500 Subject: [PATCH] Bug 1596628 - The param --since-db is not working for the report_ping script that sends data to STMO --- Bugzilla/App/Command/report_ping.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bugzilla/App/Command/report_ping.pm b/Bugzilla/App/Command/report_ping.pm index 61291343e..c5d2d3042 100644 --- a/Bugzilla/App/Command/report_ping.pm +++ b/Bugzilla/App/Command/report_ping.pm @@ -66,7 +66,7 @@ sub run { }; if ($since_db) { - my $current_ts = $dbh->selectrow_array('SELECT LOCALTIMESTAMP(0)'); + $current_ts = $dbh->selectrow_array('SELECT LOCALTIMESTAMP(0)'); $since = $dbh->selectrow_array( 'SELECT last_ping_ts FROM report_ping WHERE class = ?', -- 2.47.3