Skip to content

Commit

Permalink
code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jun 13, 2019
1 parent a7e0589 commit 4b26702
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/core/class/html.formfile.class.php
Expand Up @@ -1040,9 +1040,9 @@ public function getDocumentsLink($modulepart, $modulesubdir, $filedir, $filter =
* @param string $relativepath Relative path of docs (autodefined if not provided), relative to module dir, not to MAIN_DATA_ROOT.
* @param int $permonobject Permission on object (so permission to delete or crop document)
* @param int $useinecm Change output for use in ecm module:
* 0 or 6: Add a preview column. Show also a rename and crop button.
* 0 or 6: Add a preview column. Show also a rename button. Show also a crop button (if modulepart into a specific list)
* 1: Add link to edit ECM entry
* 2: Add rename and crop file
* 2: Add rename and crop link
* 4: Add a preview column
* 5: Add link to edit ECM entry and Add a preview column
* @param string $textifempty Text to show if filearray is empty ('NoFileFound' if not defined)
Expand Down

0 comments on commit 4b26702

Please sign in to comment.