From 744c0d237de87d0b1ee9091a5f60d3bde38a3396 Mon Sep 17 00:00:00 2001 From: Fridolin Somers Date: Tue, 15 Feb 2022 23:17:11 -1000 Subject: [PATCH] Revert "Bug 29579: Show saved SQL report ID in database query" This reverts commit 39ec12fc48919a92a3ec12b4c766605556a9b0c3. Signed-off-by: Fridolin Somers --- C4/Reports/Guided.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/C4/Reports/Guided.pm b/C4/Reports/Guided.pm index 282c0d85b6..310b3e9145 100644 --- a/C4/Reports/Guided.pm +++ b/C4/Reports/Guided.pm @@ -593,7 +593,6 @@ sub execute_query { $dbh->do( 'UPDATE saved_sql SET last_run = NOW() WHERE id = ?', undef, $report_id ) if $report_id; - $sql = "-- saved_sql.id=$report_id\n" . $sql; my $sth = $dbh->prepare($sql); eval { $sth->execute(@$sql_params, $offset, $limit); -- 2.20.1