From 73d6ed7800b310cac78da77768fed6c41cc2c19e Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 21 Jun 2010 14:37:04 -0700 Subject: [PATCH] returnSQL has been superseded by the ability to call getLineageSql directly. --- lib/WebGUI/AssetLineage.pm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/WebGUI/AssetLineage.pm b/lib/WebGUI/AssetLineage.pm index 8e2d699fb..54383626c 100644 --- a/lib/WebGUI/AssetLineage.pm +++ b/lib/WebGUI/AssetLineage.pm @@ -414,10 +414,6 @@ An array reference containing a list of asset classes to remove from the result A boolean indicating that we should return objects rather than asset ids. -=head4 returnSQL - -A boolean indicating that we should return the sql statement rather than asset ids. - =head4 invertTree A boolean indicating whether the resulting asset tree should be returned in reverse order.