Commit fa6c7e94afd2a12940689d2d6108b4b2c9309ccd
1 parent
cb58b1a0
Comment update
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@599 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
5 deletions
lib/visualpatterns/PatternListFromQuery.inc
| ... | ... | @@ -23,11 +23,7 @@ class PatternListFromQuery { |
| 23 | 23 | var $aColumnNames; |
| 24 | 24 | /** array of hyperlink URLS */ |
| 25 | 25 | var $aHyperLinkURL; |
| 26 | - /** array of text to be used on querystring with a hyperlink | |
| 27 | - Each entry must take the format of: | |
| 28 | - <queryStringName>=<[columnName]>&<queryStringName2>=<columnName2> e.g. fId = [DOC.id] (the querystring will be | |
| 29 | - build by replacing <columnName> with the actual value from the column | |
| 30 | - retrieved from the query)*/ | |
| 26 | + /** array of text to be used on querystring with a hyperlink */ | |
| 31 | 27 | var $aQueryStringText; |
| 32 | 28 | /** number of rows for text area if text area option is being used */ |
| 33 | 29 | var $iTextAreaRows = 6; | ... | ... |