From fa6c7e94afd2a12940689d2d6108b4b2c9309ccd Mon Sep 17 00:00:00 2001 From: rob Date: Mon, 27 Jan 2003 15:45:25 +0000 Subject: [PATCH] Comment update --- lib/visualpatterns/PatternListFromQuery.inc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lib/visualpatterns/PatternListFromQuery.inc b/lib/visualpatterns/PatternListFromQuery.inc index 4e2aff0..461ccb1 100644 --- a/lib/visualpatterns/PatternListFromQuery.inc +++ b/lib/visualpatterns/PatternListFromQuery.inc @@ -23,11 +23,7 @@ class PatternListFromQuery { var $aColumnNames; /** array of hyperlink URLS */ var $aHyperLinkURL; - /** array of text to be used on querystring with a hyperlink - Each entry must take the format of: - =<[columnName]>&= e.g. fId = [DOC.id] (the querystring will be - build by replacing with the actual value from the column - retrieved from the query)*/ + /** array of text to be used on querystring with a hyperlink */ var $aQueryStringText; /** number of rows for text area if text area option is being used */ var $iTextAreaRows = 6; -- libgit2 0.21.4