From 57b5ac328650dbd5f8980848041c3d7c90a5cd18 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 8 May 2014 16:12:32 +0000 Subject: [PATCH] Bug 12214: (follow-up) correct POD of C4::Reports::Guided::execute_query() Signed-off-by: Galen Charlton --- C4/Reports/Guided.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/C4/Reports/Guided.pm b/C4/Reports/Guided.pm index 4b0ab6f..a4c7c01 100644 --- a/C4/Reports/Guided.pm +++ b/C4/Reports/Guided.pm @@ -406,8 +406,8 @@ sub nb_rows { This function returns a DBI statement handler from which the caller can fetch the results of the SQL passed via C<$sql>. -If passed any query other than a SELECT, or if there is a db error, -C<$errors> an array ref is returned containing the error after this +If passed any query other than a SELECT, or if there is a DB error, +C<$errors> is returned, and is a hashref containing the error after this manner: C<$error->{'sqlerr'}> contains the offending SQL keyword. -- 1.7.10.4