From c25700bb2026c3540d682475279f14fd14e8a59f Mon Sep 17 00:00:00 2001 From: Chris Nehren Date: Sat, 31 May 2008 16:22:27 +0000 Subject: [PATCH] correct a comment to be less confusing --- lib/WebGUI/Asset.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Asset.pm b/lib/WebGUI/Asset.pm index f41e2d0b0..803d5c6c8 100644 --- a/lib/WebGUI/Asset.pm +++ b/lib/WebGUI/Asset.pm @@ -1980,7 +1980,7 @@ sub update { # check the definition of all properties against what was given to us - # get a DB object for the two tight inner loops below, and the description + # get a DB object for the two conditionals below, and the description my $db = $self->session->db; my $assetDataDescription = $db->buildHashRef('describe assetData');