From 9368a5dbcf4321add319e2b090a0d733d7d0da5e Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Sat, 7 Mar 2009 04:13:58 +0000 Subject: [PATCH] POD fix about the default sort order of returned assets. --- lib/WebGUI/Keyword.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Keyword.pm b/lib/WebGUI/Keyword.pm index 8293f89e5..374132c21 100644 --- a/lib/WebGUI/Keyword.pm +++ b/lib/WebGUI/Keyword.pm @@ -167,7 +167,7 @@ sub getKeywordsForAsset { =head2 getMatchingAssets ( { startAsset => $asset, keyword => $keyword } ) -Returns an array reference of asset ids matching the params. +Returns an array reference of asset ids matching the params. Assets are returned in order of creationDate. =head3 startAsset