Commit 7db3a2d96a73e46063b18b2c4668a2a56e30ec38
1 parent
46354588
*** empty log message ***
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2104 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
presentation/lookAndFeel/knowledgeTree/foldermanagement/editUI.inc
| ... | ... | @@ -120,7 +120,7 @@ function getFolderRouting($iFolderID) { |
| 120 | 120 | $aColumnTypes = array(1,1,1,1,3,3,3); |
| 121 | 121 | $aDBColumnArray = array("id","folder_id","group_id","user_id","precedence","role_id"); |
| 122 | 122 | $aQueryStringVariableNames = array("fFolderCollaborationID", "fFolderID", "fGroupID","fUserID","fSequenceNumber","fRoleID"); |
| 123 | - $aLinkURLs = array(4=>"$default->rootUrl/control.php?action=modifyFolderCollaboration",5=>"$default->rootUrl/control.php?action=deleteFolderCollaboration", 5=>"$default->rootUrl/control.php?action=viewDependantDocument"); | |
| 123 | + $aLinkURLs = array(4=>"$default->rootUrl/control.php?action=modifyFolderCollaboration",5=>"$default->rootUrl/control.php?action=deleteFolderCollaboration", 6=>"$default->rootUrl/control.php?action=viewDependantDocument"); | |
| 124 | 124 | |
| 125 | 125 | $oPatternTableSqlQuery = & new PatternTableSqlQuery($sQuery, $aColumns, $aColumnTypes, $aColumnHeaders, "90%", $aLinkURLs, $aDBColumnArray,$aQueryStringVariableNames); |
| 126 | 126 | $oPatternTableSqlQuery->setTableHeading("Document Routing"); | ... | ... |