View | Details | Raw Unified | Return to bug 20663
Collapse All | Expand All

(-)a/C4/Reports/Guided.pm (-1 / +7 lines)
Lines 812-817 sub delete_definition { Link Here
812
	$sth->execute($id);
812
	$sth->execute($id);
813
}
813
}
814
814
815
=head2 get_sql($report_id)
816
817
Given a report id, return the SQL statement for that report.
818
Otherwise, it just returns.
819
820
=cut
821
815
sub get_sql {
822
sub get_sql {
816
	my ($id) = @_ or return;
823
	my ($id) = @_ or return;
817
	my $dbh = C4::Context->dbh();
824
	my $dbh = C4::Context->dbh();
818
- 

Return to bug 20663