From d54aad122095ba053935b5ba2d98021ba0c0f5db Mon Sep 17 00:00:00 2001 From: JT Smith Date: Tue, 4 Nov 2008 16:03:53 +0000 Subject: [PATCH] documented the deletion of elements from the properties hash ref in update() --- lib/WebGUI/Crud.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/WebGUI/Crud.pm b/lib/WebGUI/Crud.pm index 87574bc3f..34b913958 100644 --- a/lib/WebGUI/Crud.pm +++ b/lib/WebGUI/Crud.pm @@ -910,6 +910,8 @@ Updates an object's properties. While doing so also validates default data and s A hash reference of properties to be set. See crud_definition() for a list of the properties available. +B As part of it's validation mechanisms, update() will delete any elements from the properties list that are not specified in the crud_definition(). + =cut sub update {