From ea49b1a16d4635812ba8a39f33463e62fe240b07 Mon Sep 17 00:00:00 2001 From: kenperl Date: Tue, 7 Mar 2006 06:23:11 +0000 Subject: [PATCH] remove two { --- lib/WebGUI/SQL/ResultSet.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/WebGUI/SQL/ResultSet.pm b/lib/WebGUI/SQL/ResultSet.pm index a6f648069..bde882507 100644 --- a/lib/WebGUI/SQL/ResultSet.pm +++ b/lib/WebGUI/SQL/ResultSet.pm @@ -137,7 +137,7 @@ sub finish { #------------------------------------------------------------------- -=head2 getColumnNames { +=head2 getColumnNames Returns an array of column names. Use with a "read" method. @@ -185,7 +185,7 @@ sub hashRef { #------------------------------------------------------------------- -=head2 prepare ( sql, db ) { +=head2 prepare ( sql, db ) Constructor. Returns a result set statement handler.