From 7329f102bd6ede23c6edd4257569a64f130cda7c Mon Sep 17 00:00:00 2001 From: Nik Ogura Date: Sun, 25 Mar 2007 19:49:38 +0000 Subject: [PATCH] Fixed typos in the POD --- lib/WebGUI/SQL.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/WebGUI/SQL.pm b/lib/WebGUI/SQL.pm index 1fe6c7d51..f53aa8281 100644 --- a/lib/WebGUI/SQL.pm +++ b/lib/WebGUI/SQL.pm @@ -400,7 +400,7 @@ sub disconnect { #------------------------------------------------------------------- -=head2 errorCode { +=head2 errorCode ( ) Returns an error code for the current handler. @@ -414,7 +414,7 @@ sub errorCode { #------------------------------------------------------------------- -=head2 errorMessage { +=head2 errorMessage ( ) Returns a text error message for the current handler. @@ -477,7 +477,7 @@ sub getRow { #------------------------------------------------------------------- -=head2 prepare ( sql ) { +=head2 prepare ( sql ) This is a wrapper for WebGUI::SQL::ResultSet->prepare()