File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11<?php
2+
23/* For licensing terms, see /license.txt */
4+
35/**
46 * This tool allows platform admins to upload a massive amount of PDFs to be
57 * uploaded in each course.
6- *
7- * @package chamilo.admin
88 */
99$ cidReset = true ;
1010require_once __DIR__ .'/../inc/global.inc.php ' ;
@@ -160,7 +160,7 @@ function import_pdfs($subDir = '/')
160160 api_set_default_visibility ($ docId , TOOL_DOCUMENT );
161161 $ errors [] = ['Line ' => 0 , 'Code ' => $ course ['code ' ], 'Title ' => $ course ['title ' ]];
162162 // Now add a link to the file from the Course description tool
163- $ link = '<p>Sílabo de la asignatura
163+ $ link = '<p>Sílabo de la asignatura
164164 <a href=" ' .api_get_path (WEB_CODE_PATH ).'document/document.php? ' .api_get_cidreq_params ($ course ['code ' ]).'&action=download&id= ' .$ docId .'" target="_blank">
165165 ' .Display::return_icon ('pdf.png ' ).'
166166 </a></p> ' ;
You can’t perform that action at this time.
0 commit comments