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.