From cb8268f50f57a1d82b2c2c5a9a7cbcb072551709 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Sun, 13 Jun 2010 17:41:28 -0700 Subject: [PATCH] Fix POD problem --- lib/WebGUI/SQL/ResultSet.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/WebGUI/SQL/ResultSet.pm b/lib/WebGUI/SQL/ResultSet.pm index fc8216a6f..fb0bb6d3d 100644 --- a/lib/WebGUI/SQL/ResultSet.pm +++ b/lib/WebGUI/SQL/ResultSet.pm @@ -42,6 +42,7 @@ This class provides methods for working with SQL result sets. If you're used to These methods are available from this package: =cut + #------------------------------------------------------------------- =head2 prepare ( sql, db )