From 6bf9ded250493b4583f5ac6c8d17139d341b90e2 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 26 Sep 2008 15:51:28 +0000 Subject: [PATCH] fix Crud-dy whitespace --- lib/WebGUI/Crud.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Crud.pm b/lib/WebGUI/Crud.pm index b85be6124..aab665d1c 100644 --- a/lib/WebGUI/Crud.pm +++ b/lib/WebGUI/Crud.pm @@ -596,7 +596,7 @@ Here's an example of this structure: { "price <= ?" => 44 }, { "color=? or color=?" => ['blue','black'] }, ] - + =head4 join An array reference containing the tables you wish to join with this one, and the mechanisms to join them. Here's an example.