diff --git a/main/dropbox/dropbox_download.php b/main/dropbox/dropbox_download.php index ed962751ff..e5556630d4 100755 --- a/main/dropbox/dropbox_download.php +++ b/main/dropbox/dropbox_download.php @@ -249,7 +249,6 @@ exit; * @author René Haentjens , several contributions * @author Roan Embrechts, virtual course support * - * @package chamilo.dropbox */ // INITIALISING VARIABLES diff --git a/main/newscorm/aiccItem.class.php b/main/newscorm/aiccItem.class.php index 728fa527e0..ca8e963e4a 100755 --- a/main/newscorm/aiccItem.class.php +++ b/main/newscorm/aiccItem.class.php @@ -7,12 +7,14 @@ * @author Yannick Warnier * @license GNU/GPL */ - +/** + * Code + */ +require_once 'learnpathItem.class.php'; /** * This class handles the elements from an AICC Descriptor file. * @package chamilo.learnpath */ -require_once 'learnpathItem.class.php'; class aiccItem extends learnpathItem { public $identifier = ''; // AICC AU's system_id public $identifierref = ''; diff --git a/main/newscorm/lp_add.php b/main/newscorm/lp_add.php index 0e8e529186..43c2413941 100755 --- a/main/newscorm/lp_add.php +++ b/main/newscorm/lp_add.php @@ -1,6 +1,5 @@ addElement('style_submit_button', 'Submit',get_lang('CreateLearningPath') $form->display(); // Footer -Display::display_footer(); \ No newline at end of file +Display::display_footer(); diff --git a/main/newscorm/resourcelinker.inc.php b/main/newscorm/resourcelinker.inc.php index 4ee371883f..0a54ef4d6b 100755 --- a/main/newscorm/resourcelinker.inc.php +++ b/main/newscorm/resourcelinker.inc.php @@ -161,7 +161,7 @@ function show_documents($folder) { * Checks wether something is a file or a folder * 0 means file, 1 means folder * @param $filefolder - * @todo: use true and false instead of 1 and 0. + * @todo use true and false instead of 1 and 0. */ function file_or_folder($filefolder) { global $_course; @@ -1573,9 +1573,6 @@ function rl_get_html_resource_link($course_code, $type, $id, $style='', $new_win * @param string Course code * @param integer The learning path ID (in lp table) * @param integer The database ID for that item in the lp_item table - * @param - * @param string Type (as one of the TOOL_ constants declared in main_api.lib.php) - * @param integer ID of the database item to get (from that tool's table) * @param id - that is the correspondent id in the mirror tool (like Agenda item 2) * @param id_in_path - the unique index in the items table */