From c4bd646ca364c0ca58748040325af441305f9fd2 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 10 Mar 2008 04:23:36 +0000 Subject: [PATCH] More POD for SQL, read method --- lib/WebGUI/SQL.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/WebGUI/SQL.pm b/lib/WebGUI/SQL.pm index b20bfd8e9..6dba577dc 100644 --- a/lib/WebGUI/SQL.pm +++ b/lib/WebGUI/SQL.pm @@ -755,7 +755,8 @@ sub quoteAndJoin { =head2 read ( sql [ , placeholders ] ) -This is a convenience method for WebGUI::SQL::ResultSet->read(). +This is a convenience method for WebGUI::SQL::ResultSet->read(). It returns the statement +handler. =head3 sql