From: dklawren Date: Fri, 15 Nov 2019 15:01:51 +0000 (-0500) Subject: Bug 1596628 - The param --since-db is not working for the report_ping script that... X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=89bf48c47bac804d26237677c7c4378bcdeeaf41;p=thirdparty%2Fbugzilla.git Bug 1596628 - The param --since-db is not working for the report_ping script that sends data to STMO --- 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 = ?',