Skip to content

Commit

Permalink
[Help Editor] Correct function comment that was copy pasted from else…
Browse files Browse the repository at this point in the history
…where (aces#2977)

Help Editor is not Final Radiological Review
  • Loading branch information
John Saigle authored and kongtiaowang committed Oct 30, 2017
1 parent 3fb9f01 commit 434b93b
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions modules/help_editor/php/HelpFile.class.inc
Original file line number Diff line number Diff line change
@@ -1,25 +1,23 @@
<?php
/**
* Code for the form for the final radiological review module.
* See NDB_Menu_Filter_final_radiological_review for description
* of how module works.
* Base class for files containing help text information
* as well as DB wrappers for CRUD operations
*
* PHP Version 5
* PHP Version 7
*
* @category Final_Radiological_Review
* @category Help_Editor
* @package Main
* @author Dave MacFarlane <driusan@bic.mni.mcgill.ca>
* @license Loris license
* @link https://www.github.com/aces/Loris-Trunk/
*/
/**
* Code for the form for the final radiological review module.
* See NDB_Menu_Filter_final_radiological_review for description
* of how module works.
* Base class for files containing help text information
* as well as DB wrappers for CRUD operations
*
* PHP Version 5
* PHP Version 7
*
* @category Final_Radiological_Review
* @category Help_Editor
* @package Main
* @author Dave MacFarlane <driusan@bic.mni.mcgill.ca>
* @license Loris license
Expand Down

0 comments on commit 434b93b

Please sign in to comment.