Passed
Push — 1.10.x ( d9a04b...aeb152 )
by Yannick
123:06 queued 74:04
created
main/document/record_audio.php 1 patch
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@  discard block
 block discarded – undo
69 69
 }
70 70
 
71 71
 if (!empty($groupId)) {
72
-	$interbreadcrumb[] = array ("url" => "../group/group_space.php?".api_get_cidreq(), "name" => get_lang('GroupSpace'));
72
+	$interbreadcrumb[] = array("url" => "../group/group_space.php?".api_get_cidreq(), "name" => get_lang('GroupSpace'));
73 73
 	$group = GroupManager :: get_group_properties($groupId);
74 74
 	$path = explode('/', $dir);
75 75
 	if ('/'.$path[1] != $group['directory']) {
@@ -84,7 +84,7 @@  discard block
 block discarded – undo
84 84
 }
85 85
 
86 86
 if (!($is_allowed_to_edit || $_SESSION['group_member_with_upload_rights'] ||
87
-	DocumentManager::is_my_shared_folder(api_get_user_id(), Security::remove_XSS($dir),api_get_session_id()))) {
87
+	DocumentManager::is_my_shared_folder(api_get_user_id(), Security::remove_XSS($dir), api_get_session_id()))) {
88 88
 	api_not_allowed(true);
89 89
 }
90 90
 
@@ -102,7 +102,7 @@  discard block
 block discarded – undo
102 102
 // Interbreadcrumb for the current directory root path
103 103
 $counter = 0;
104 104
 if (isset($document_data['parents'])) {
105
-    foreach($document_data['parents'] as $document_sub_data) {
105
+    foreach ($document_data['parents'] as $document_sub_data) {
106 106
         //fixing double group folder in breadcrumb
107 107
         if (api_get_group_id()) {
108 108
             if ($counter == 0) {
@@ -117,7 +117,7 @@  discard block
 block discarded – undo
117 117
 Display :: display_header($nameTools, 'Doc');
118 118
 
119 119
 echo '<div class="actions">';
120
-		echo '<a href="document.php?'.api_get_cidreq().'&id='.$document_id.'">'.Display::return_icon('back.png',get_lang('BackTo').' '.get_lang('DocumentsOverview'),'',ICON_SIZE_MEDIUM).'</a>';
120
+		echo '<a href="document.php?'.api_get_cidreq().'&id='.$document_id.'">'.Display::return_icon('back.png', get_lang('BackTo').' '.get_lang('DocumentsOverview'), '', ICON_SIZE_MEDIUM).'</a>';
121 121
 echo '</div>';
122 122
 
123 123
 ?>
@@ -175,7 +175,7 @@  discard block
 block discarded – undo
175 175
 <?php
176 176
 
177 177
 echo '<div align="center">';
178
-Display::display_icon('microphone.png', get_lang('PressRecordButton'),'','128');
178
+Display::display_icon('microphone.png', get_lang('PressRecordButton'), '', '128');
179 179
 echo '<br/>';
180 180
 echo '<applet id="nanogong" archive="'.api_get_path(WEB_LIBRARY_PATH).'nanogong/nanogong.jar" code="gong.NanoGong" width="250" height="95" ALIGN="middle">';
181 181
 	//echo '<param name="ShowRecordButton" value="false" />'; // default true
@@ -186,7 +186,7 @@  discard block
 block discarded – undo
186 186
 	//echo '<param name="Color" value="#C0E0FF" />'; // default #FFFFFF
187 187
 	//echo '<param name="StartTime" value="10.5" />';
188 188
 	//echo '<param name="EndTime" value="65" />';
189
-	echo '<param name="AudioFormat" value="ImaADPCM" />';// ImaADPCM (more speed), Speex (more compression)|(default Speex)
189
+	echo '<param name="AudioFormat" value="ImaADPCM" />'; // ImaADPCM (more speed), Speex (more compression)|(default Speex)
190 190
 	//echo '<param name="SamplingRate" value="32000" />';//Quality for ImaADPCM (low 8000, medium 11025, normal 22050, hight 44100) OR Quality for Speex (low 8000, medium 16000, normal 32000, hight 44100) | (default 44100)
191 191
 	//echo '<param name="MaxDuration" value="60" />';
192 192
 	//echo '<param name="SoundFileURL" value="http://somewhere.com/mysoundfile.wav" />';//load a file |(default "")
Please login to merge, or discard this patch.
main/document/exit_pixlr.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -23,13 +23,13 @@
 block discarded – undo
23 23
 unset($_SESSION['whereami']);
24 24
 unset($_SESSION['temp_realpath_image']);
25 25
 
26
-if (!isset($_SESSION['exit_pixlr'])){
27
-	$location=api_get_path(WEB_CODE_PATH).'document/document.php';
26
+if (!isset($_SESSION['exit_pixlr'])) {
27
+	$location = api_get_path(WEB_CODE_PATH).'document/document.php';
28 28
 	echo '<script>window.parent.location.href="'.$location.'"</script>';
29 29
 	api_not_allowed(true);
30 30
 } else {
31 31
 	echo '<div align="center" style="padding-top:150; font-family:Arial, Helvetica, Sans-serif;font-size:25px;color:#aaa;font-weight:bold;">'.get_lang('PleaseStandBy').'</div>';
32
-	$location=api_get_path(WEB_CODE_PATH).'document/document.php?id='.Security::remove_XSS($_SESSION['exit_pixlr']);
32
+	$location = api_get_path(WEB_CODE_PATH).'document/document.php?id='.Security::remove_XSS($_SESSION['exit_pixlr']);
33 33
 	echo '<script>window.parent.location.href="'.$location.'"</script>';
34 34
 	unset($_SESSION['exit_pixlr']);
35 35
 }
Please login to merge, or discard this patch.
main/document/remote.php 1 patch
Spacing   +14 added lines, -14 removed lines patch added patch discarded remove patch
@@ -15,11 +15,11 @@  discard block
 block discarded – undo
15 15
 /* FIX for IE cache when using https */
16 16
 session_cache_limiter('none');
17 17
 /*==== DEBUG ====*/
18
-$debug=0;
19
-if ($debug>0) {
18
+$debug = 0;
19
+if ($debug > 0) {
20 20
     // dump the request
21 21
     $v = array_keys(get_defined_vars());
22
-    error_log(var_export($v, true),3, '/tmp/log');
22
+    error_log(var_export($v, true), 3, '/tmp/log');
23 23
     foreach (array_keys(get_defined_vars()) as $k) {
24 24
         if ($k == 'GLOBALS') {
25 25
             continue;
@@ -33,9 +33,9 @@  discard block
 block discarded – undo
33 33
 api_block_anonymous_users();
34 34
 /*==== Variables initialisation ====*/
35 35
 $action = $_REQUEST['action']; //safe as only used in if()'s
36
-$seek = array('/','%2F','..');
37
-$destroy = array('','','');
38
-$cidReq = str_replace($seek,$destroy,$_REQUEST["cidReq"]);
36
+$seek = array('/', '%2F', '..');
37
+$destroy = array('', '', '');
38
+$cidReq = str_replace($seek, $destroy, $_REQUEST["cidReq"]);
39 39
 $cidReq = Security::remove_XSS($cidReq);
40 40
 $user_id = api_get_user_id();
41 41
 $coursePath = api_get_path(SYS_COURSE_PATH).$cidReq.'/document';
@@ -44,27 +44,27 @@  discard block
 block discarded – undo
44 44
 // stupid variable initialisation for old version of DocumentManager functions.
45 45
 $_course['path'] = $_course['directory'];
46 46
 $is_manager = (CourseManager::get_user_in_course_status($user_id, $cidReq) == COURSEMANAGER);
47
-if ($debug>0) { error_log($coursePath, 0); }
47
+if ($debug > 0) { error_log($coursePath, 0); }
48 48
 // FIXME: check security around $_REQUEST["cwd"]
49 49
 $cwd = $_REQUEST['cwd'];
50 50
 // treat /..
51 51
 $nParent = 0; // the number of /.. into the url
52 52
 while (substr($cwd, -3, 3) == '/..') {
53 53
     // go to parent directory
54
-    $cwd= substr($cwd, 0, -3);
55
-    if (strlen($cwd) == 0) { $cwd='/'; }
54
+    $cwd = substr($cwd, 0, -3);
55
+    if (strlen($cwd) == 0) { $cwd = '/'; }
56 56
     $nParent++;
57 57
 }
58
-for (;$nParent >0; $nParent--) {
59
-    $cwd = (strrpos($cwd,'/')>-1 ? substr($cwd, 0, strrpos($cwd,'/')) : $cwd);
58
+for (;$nParent > 0; $nParent--) {
59
+    $cwd = (strrpos($cwd, '/') > -1 ? substr($cwd, 0, strrpos($cwd, '/')) : $cwd);
60 60
 }
61
-if (strlen($cwd) == 0) { $cwd='/'; }
62
-if (Security::check_abs_path($cwd,api_get_path(SYS_PATH))) {
61
+if (strlen($cwd) == 0) { $cwd = '/'; }
62
+if (Security::check_abs_path($cwd, api_get_path(SYS_PATH))) {
63 63
     die();
64 64
 }
65 65
 if ($action == 'list') {
66 66
     /*==== List files ====*/
67
-    if ($debug>0) { error_log("sending file list",0); }
67
+    if ($debug > 0) { error_log("sending file list", 0); }
68 68
 
69 69
     // get files list
70 70
     $files = DocumentManager::get_all_document_data($_course, $cwd, 0, NULL, false);
Please login to merge, or discard this patch.
main/document/slideshow.inc.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
 function resize_image($image, $target_width, $target_height, $slideshow = 0) {
37 37
 	// Modifications by Ivan Tcholakov, 04-MAY-2009.
38 38
 	$result = array();
39
-	if ( (isset($_SESSION['image_resizing']) && $_SESSION['image_resizing']== 'resizing') or $slideshow == 1) {
39
+	if ((isset($_SESSION['image_resizing']) && $_SESSION['image_resizing'] == 'resizing') or $slideshow == 1) {
40 40
 		$new_sizes = api_resize_image($image, $target_width, $target_height);
41 41
 		$result[] = $new_sizes['height'];
42 42
 		$result[] = $new_sizes['width'];
Please login to merge, or discard this patch.
main/document/showinframes.php 1 patch
Spacing   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -148,8 +148,8 @@  discard block
 block discarded – undo
148 148
         );
149 149
     }
150 150
 } else {
151
-    foreach($document_data['parents'] as $document_sub_data) {
152
-        if (!isset($_GET['createdir']) && $document_sub_data['id'] ==  $document_data['id']) {
151
+    foreach ($document_data['parents'] as $document_sub_data) {
152
+        if (!isset($_GET['createdir']) && $document_sub_data['id'] == $document_data['id']) {
153 153
             $document_sub_data['document_url'] = '#';
154 154
         }
155 155
         $interbreadcrumb[] = array(
@@ -179,7 +179,7 @@  discard block
 block discarded – undo
179 179
 }
180 180
 $js_glossary_in_documents = '';
181 181
 
182
-$js_glossary_in_documents =	'
182
+$js_glossary_in_documents = '
183 183
   $.frameReady(function(){
184 184
    //  $("<div>I am a div courses</div>").prependTo("body");
185 185
   }, "top.mainFrame",
@@ -199,7 +199,7 @@  discard block
 block discarded – undo
199 199
 // PDF should be displayed with viewerJS
200 200
 $web_odf_supported_files[] = 'pdf';
201 201
 if (in_array(strtolower($pathinfo['extension']), $web_odf_supported_files)) {
202
-    $show_web_odf  = true;
202
+    $show_web_odf = true;
203 203
     /*
204 204
     $htmlHeadXtra[] = api_get_js('webodf/webodf.js');
205 205
     $htmlHeadXtra[] = api_get_css(api_get_path(WEB_LIBRARY_PATH).'javascript/webodf/webodf.css');
@@ -242,7 +242,7 @@  discard block
 block discarded – undo
242 242
     $htmlHeadXtra[] = api_get_js('highlight/highlight.pack.js');
243 243
     $htmlHeadXtra[] = api_get_css(api_get_path(WEB_CSS_PATH).'chat.css');
244 244
     $htmlHeadXtra[] = api_get_css(
245
-        api_get_path(WEB_LIBRARY_PATH) . 'javascript/highlight/styles/github.css'
245
+        api_get_path(WEB_LIBRARY_PATH).'javascript/highlight/styles/github.css'
246 246
     );
247 247
     $htmlHeadXtra[] = '
248 248
     <script>
@@ -253,7 +253,7 @@  discard block
 block discarded – undo
253 253
 $execute_iframe = true;
254 254
 if ($jplayer_supported) {
255 255
     $extension = api_strtolower($pathinfo['extension']);
256
-    if ($extension == 'mp4')  {
256
+    if ($extension == 'mp4') {
257 257
         $extension = 'm4v';
258 258
     }
259 259
     $js_path = api_get_path(WEB_LIBRARY_PATH).'javascript/';
@@ -294,12 +294,12 @@  discard block
 block discarded – undo
294 294
     $execute_iframe = false;
295 295
 }
296 296
 
297
-$is_freemind_available = $pathinfo['extension']=='mm' && api_get_setting('enable_freemind') == 'true';
297
+$is_freemind_available = $pathinfo['extension'] == 'mm' && api_get_setting('enable_freemind') == 'true';
298 298
 if ($is_freemind_available) {
299 299
     $execute_iframe = false;
300 300
 }
301 301
 
302
-$is_nanogong_available = $pathinfo['extension']=='wav' && preg_match('/_chnano_.wav/i', $file_url_web) && api_get_setting('enable_nanogong') == 'true';
302
+$is_nanogong_available = $pathinfo['extension'] == 'wav' && preg_match('/_chnano_.wav/i', $file_url_web) && api_get_setting('enable_nanogong') == 'true';
303 303
 if ($is_nanogong_available) {
304 304
     $execute_iframe = false;
305 305
 }
@@ -339,20 +339,20 @@  discard block
 block discarded – undo
339 339
 $file_url_web = $file_url.'?'.api_get_cidreq();
340 340
 
341 341
 if (!$is_nanogong_available) {
342
-    if (in_array(strtolower($pathinfo['extension']) , array('html', "htm"))) {
342
+    if (in_array(strtolower($pathinfo['extension']), array('html', "htm"))) {
343 343
         echo '<a class="btn btn-default" href="'.$file_url_web.'" target="_blank">'.get_lang('CutPasteLink').'</a>';
344 344
     }
345 345
 }
346 346
 
347 347
 if ($show_web_odf) {
348 348
     $browser = api_get_navigator();
349
-    $pdfUrl = api_get_path(WEB_LIBRARY_PATH) . 'javascript/ViewerJS/index.html#' . $file_url;
349
+    $pdfUrl = api_get_path(WEB_LIBRARY_PATH).'javascript/ViewerJS/index.html#'.$file_url;
350 350
     if ($browser['name'] == 'Mozilla' && preg_match('|.*\.pdf|i', $header_file)) {
351 351
         $pdfUrl = $file_url;
352 352
     }
353 353
     echo '<div id="viewerJS">';
354 354
     echo '<iframe id="viewerJSContent" frameborder="0" allowfullscreen="allowfullscreen" webkitallowfullscreen style="width:100%;"
355
-            src="' . $pdfUrl. '">
355
+            src="' . $pdfUrl.'">
356 356
         </iframe>';
357 357
     echo '</div>';
358 358
 } else {
Please login to merge, or discard this patch.
main/document/document_quota.php 1 patch
Spacing   +13 added lines, -13 removed lines patch added patch discarded remove patch
@@ -32,11 +32,11 @@  discard block
 block discarded – undo
32 32
 $session = array();
33 33
 $user_name = $user_info['complete_name'];
34 34
 
35
-$course_list = SessionManager::get_course_list_by_session_id ($session_id);
35
+$course_list = SessionManager::get_course_list_by_session_id($session_id);
36 36
 $session_list = SessionManager::get_session_by_course($course_id);
37 37
 $total_quota_bytes = DocumentManager::get_course_quota();
38
-$quota_bytes = DocumentManager::documents_total_space($course_id, 0 , 0);
39
-$quota_percentage = round($quota_bytes/$total_quota_bytes, 2)*100;
38
+$quota_bytes = DocumentManager::documents_total_space($course_id, 0, 0);
39
+$quota_percentage = round($quota_bytes / $total_quota_bytes, 2) * 100;
40 40
 
41 41
 $session[] = array(get_lang('Course').' ('.format_file_size($quota_bytes).')', $quota_percentage);
42 42
 
@@ -46,11 +46,11 @@  discard block
 block discarded – undo
46 46
     foreach ($session_list as $session_data) {
47 47
         $quota_percentage = 0;
48 48
         $quota_bytes = intval(DocumentManager::documents_total_space($course_id, null, $session_data['id']));
49
-        if (!empty($quota_bytes))  {
50
-            $quota_percentage = round($quota_bytes/$total_quota_bytes, 2)*100;
49
+        if (!empty($quota_bytes)) {
50
+            $quota_percentage = round($quota_bytes / $total_quota_bytes, 2) * 100;
51 51
         }
52 52
         if ($session_id == $session_data['id']) {
53
-            $session_data['name'] = $session_data['name'] . ' * ';
53
+            $session_data['name'] = $session_data['name'].' * ';
54 54
         }
55 55
         $used_quota_bytes += $quota_bytes;
56 56
         $session[] = array(
@@ -66,11 +66,11 @@  discard block
 block discarded – undo
66 66
         $quota_percentage = 0;
67 67
         $my_group_id = $group_data['id'];
68 68
         $quota_bytes = intval(DocumentManager::documents_total_space($course_id, $my_group_id, 0));
69
-        if (!empty($quota_bytes))  {
70
-            $quota_percentage = round($quota_bytes/$total_quota_bytes, 2)*100;
69
+        if (!empty($quota_bytes)) {
70
+            $quota_percentage = round($quota_bytes / $total_quota_bytes, 2) * 100;
71 71
         }
72 72
         if ($group_id == $my_group_id) {
73
-            $group_data['name'] = $group_data['name'] . ' * ';
73
+            $group_data['name'] = $group_data['name'].' * ';
74 74
         }
75 75
         $used_quota_bytes += $quota_bytes;
76 76
         $session[] = array(addslashes(get_lang('Group').': '.$group_data['name']).' ('.format_file_size($quota_bytes).')', $quota_percentage);
@@ -85,7 +85,7 @@  discard block
 block discarded – undo
85 85
         }
86 86
     }
87 87
     if ($quota_bytes != 0) {
88
-       $quota_percentage = round($quota_bytes/$total_quota_bytes, 2)*100;
88
+       $quota_percentage = round($quota_bytes / $total_quota_bytes, 2) * 100;
89 89
     }
90 90
 
91 91
     $session[] = array(addslashes(get_lang('Teacher').': '.$user_name).' ('.format_file_size($quota_bytes).')', $quota_percentage);
@@ -98,15 +98,15 @@  discard block
 block discarded – undo
98 98
                 $total_quota_bytes += DocumentManager::get_course_quota($course_data['id']);
99 99
             }
100 100
             if ($quota_bytes != 0) {
101
-                $quota_percentage = round($quota_bytes/$total_quota_bytes, 2)*100;
101
+                $quota_percentage = round($quota_bytes / $total_quota_bytes, 2) * 100;
102 102
             }
103 103
         }
104
-        $session[] = array(addslashes(sprintf(get_lang('TeacherXInSession'),$user_name)), $quota_percentage);
104
+        $session[] = array(addslashes(sprintf(get_lang('TeacherXInSession'), $user_name)), $quota_percentage);
105 105
 
106 106
    }
107 107
 }
108 108
 
109
-$quota_percentage = round(($total_quota_bytes - $used_quota_bytes)/$total_quota_bytes, 2)*100;
109
+$quota_percentage = round(($total_quota_bytes - $used_quota_bytes) / $total_quota_bytes, 2) * 100;
110 110
 $session[] = array(addslashes(get_lang('ShowCourseQuotaUse')).' ('.format_file_size($total_quota_bytes - $used_quota_bytes).') ', $quota_percentage);
111 111
 $quota_data = json_encode($session);
112 112
 
Please login to merge, or discard this patch.
main/resourcelinker/resourcelinker.inc.php 1 patch
Spacing   +408 added lines, -408 removed lines patch added patch discarded remove patch
@@ -24,8 +24,8 @@  discard block
 block discarded – undo
24 24
 */
25 25
 
26 26
 function unset_session_resources() {
27
-	$_SESSION['addedresource']='';
28
-	$_SESSION['addedresourceid']='';
27
+	$_SESSION['addedresource'] = '';
28
+	$_SESSION['addedresourceid'] = '';
29 29
 	Session::erase('addedresource');
30 30
 	Session::erase('addedresourceid');
31 31
 }
@@ -46,11 +46,11 @@  discard block
 block discarded – undo
46 46
 	}
47 47
 	if ($level and $level != 0 and $level != 1)
48 48
 	{
49
-		$folder_up=$folder;
50
-		$folder_temp=explode('/',$folder);
51
-		$last=count($folder_temp)-1;
49
+		$folder_up = $folder;
50
+		$folder_temp = explode('/', $folder);
51
+		$last = count($folder_temp) - 1;
52 52
 		unset($folder_temp[$last]);
53
-		$folder_up=implode('/',$folder_temp);
53
+		$folder_up = implode('/', $folder_temp);
54 54
 		echo "<a href='".api_get_self()."?content=Document&amp;source_forum=".$_GET['source_forum']."&amp;folder=$folder_up&amp;source_id=$source_id&amp;action=$action&amp;learnpath_id=$learnpath_id&amp;chapter_id=$chapter_id&amp;originalresource=no'><img src='../img/folder_up.gif' border='0' />".get_lang('LevelUp')."</a>";
55 55
 	}
56 56
 }
@@ -68,11 +68,11 @@  discard block
 block discarded – undo
68 68
 	// other tools do not have this feature. This only counts
69 69
 	if (api_is_allowed_to_edit())
70 70
 	{
71
-		$visibility="ip.visibility<>'2'";
71
+		$visibility = "ip.visibility<>'2'";
72 72
 	}
73 73
 	else
74 74
 	{
75
-		$visibility="ip.visibility='1'";
75
+		$visibility = "ip.visibility='1'";
76 76
 	}
77 77
 
78 78
 	$item_property_table = Database::get_course_table(TABLE_ITEM_PROPERTY);
@@ -85,12 +85,12 @@  discard block
 block discarded – undo
85 85
 			    (ip.to_group_id = 0 OR i.to_group_id IS NULL) AND
86 86
 			    ip.to_user_id IS NULL
87 87
 			ORDER BY docs.path ASC";
88
-	$result=Database::query($sql);
89
-	while ($row=Database::fetch_array($result))
88
+	$result = Database::query($sql);
89
+	while ($row = Database::fetch_array($result))
90 90
 	{
91 91
 		if (!$folder)
92 92
 		{
93
-			if (get_levels($row['path'])-1==1)
93
+			if (get_levels($row['path']) - 1 == 1)
94 94
 			{
95 95
 				// showing the right icon
96 96
 				if (file_or_folder($row['path']))
@@ -107,12 +107,12 @@  discard block
 block discarded – undo
107 107
 				if (file_or_folder($row['path']))
108 108
 				{
109 109
 					echo "<a href='".api_get_self()."?content=Document";
110
-					echo "&amp;folder=".substr($row['path'],1)."&amp;source_id=$source_id&amp;source_forum=".$_GET['source_forum']."&amp;action=$action&amp;learnpath_id=$learnpath_id&amp;chapter_id=$chapter_id&amp;originalresource=no'>".substr($row['path'],1).'</a><br />';
110
+					echo "&amp;folder=".substr($row['path'], 1)."&amp;source_id=$source_id&amp;source_forum=".$_GET['source_forum']."&amp;action=$action&amp;learnpath_id=$learnpath_id&amp;chapter_id=$chapter_id&amp;originalresource=no'>".substr($row['path'], 1).'</a><br />';
111 111
 				}
112 112
 				else
113 113
 				{
114
-					echo substr($row['path'],1).' ';
115
-					echo showorhide_addresourcelink('Document',$row['id']);
114
+					echo substr($row['path'], 1).' ';
115
+					echo showorhide_addresourcelink('Document', $row['id']);
116 116
 					echo '<br />';
117 117
 				}
118 118
 			}
@@ -121,16 +121,16 @@  discard block
 block discarded – undo
121 121
 		{
122 122
 			// we calculate the level we are in by using the $folder in the url
123 123
 			// we put +1 because it does not start with an / and in the database it does
124
-			$level=get_levels($folder)+1;
124
+			$level = get_levels($folder) + 1;
125 125
 
126 126
 			// we calculate each level of the database entry
127
-			$file_level=get_levels($row['path'])-1;
127
+			$file_level = get_levels($row['path']) - 1;
128 128
 			// if the level of the database entry is equal to the level we ar in, we put it into an array
129 129
 			// as this is a potential good entry
130
-			if ($file_level==$level)
130
+			if ($file_level == $level)
131 131
 			{
132
-				$good_paths[]=$row['path'];
133
-				$good_ids[]=$row['id'];
132
+				$good_paths[] = $row['path'];
133
+				$good_ids[] = $row['id'];
134 134
 			}
135 135
 			//$haystack=$row['path'];
136 136
 			//$conform_folder=strstr($haystack, $folder);
@@ -149,9 +149,9 @@  discard block
 block discarded – undo
149 149
 		// we have all the potential good database entries, the good ones are those that start with $folder
150 150
 		foreach ($good_paths as $path)
151 151
 		{
152
-			if (strstr($path,$folder))
152
+			if (strstr($path, $folder))
153 153
 			{
154
-				$good_key=key($good_paths);
154
+				$good_key = key($good_paths);
155 155
 				// showing the right icon
156 156
 				if (file_or_folder($path))
157 157
 				{
@@ -166,17 +166,17 @@  discard block
 block discarded – undo
166 166
 				// folders should be clickable
167 167
 				if (file_or_folder($path))
168 168
 				{
169
-					$path=substr($path,1); // remove the first / in folder_up
170
-					$uri=str_replace($folder,$path,$_SERVER['REQUEST_URI']);
171
-					$newuri=str_replace('add=','addnot=',$uri);
169
+					$path = substr($path, 1); // remove the first / in folder_up
170
+					$uri = str_replace($folder, $path, $_SERVER['REQUEST_URI']);
171
+					$newuri = str_replace('add=', 'addnot=', $uri);
172 172
 					//using the correct name of the folder
173
-					$folder_name=str_replace($folder.'/','',$path);
173
+					$folder_name = str_replace($folder.'/', '', $path);
174 174
 					echo "<a href='$newuri'>".$folder_name.'</a><br />';
175 175
 				}
176 176
 				else
177 177
 				{
178
-					echo str_replace("/$folder/", '',$path).' ';
179
-					echo showorhide_addresourcelink('Document',$good_ids[$good_key]);
178
+					echo str_replace("/$folder/", '', $path).' ';
179
+					echo showorhide_addresourcelink('Document', $good_ids[$good_key]);
180 180
 					echo '<br />';
181 181
 				}
182 182
 			}
@@ -219,13 +219,13 @@  discard block
 block discarded – undo
219 219
 	{
220 220
 		foreach ($addedresource as $resource_type)
221 221
 		{
222
-			$sql="INSERT INTO $resource_table (source_type, source_id, resource_type, resource_id) VALUES ('$source_type', '$source_id', '$resource_type', '".$addedresourceid[key($addedresource)]."')";
222
+			$sql = "INSERT INTO $resource_table (source_type, source_id, resource_type, resource_id) VALUES ('$source_type', '$source_id', '$resource_type', '".$addedresourceid[key($addedresource)]."')";
223 223
 			Database::query($sql);
224
-			$i=key($addedresource);
224
+			$i = key($addedresource);
225 225
 			next($addedresource);
226 226
 		}
227
-		$_SESSION['addedresource']='';
228
-		$_SESSION['addedresourceid']='';
227
+		$_SESSION['addedresource'] = '';
228
+		$_SESSION['addedresourceid'] = '';
229 229
 	}
230 230
 }
231 231
 
@@ -238,7 +238,7 @@  discard block
 block discarded – undo
238 238
  * @param $style this is used to style the link (for instance when a resource is hidden => the added resources should also be styled like they are hidden)
239 239
  * @todo use the constants for the type definitions.
240 240
  */
241
-function display_addedresource_link($type, $id, $style='')
241
+function display_addedresource_link($type, $id, $style = '')
242 242
 {
243 243
 	global $_course;
244 244
 
@@ -283,9 +283,9 @@  discard block
 block discarded – undo
283 283
 			break;
284 284
 		case 'Thread':  //=topics
285 285
         //deprecated
286
-			$tbl_posts		= $_course['dbNameGlu'].'bb_posts';
287
-			$tbl_posts_text	= $_course['dbNameGlu'].'bb_posts_text';
288
-			$TBL_FORUMS		= $_course['dbNameGlu'].'bb_forums';
286
+			$tbl_posts = $_course['dbNameGlu'].'bb_posts';
287
+			$tbl_posts_text = $_course['dbNameGlu'].'bb_posts_text';
288
+			$TBL_FORUMS = $_course['dbNameGlu'].'bb_forums';
289 289
 			$result = Database::query("SELECT * FROM $tbl_posts posts, $TBL_FORUMS forum WHERE forum.forum_id=posts.forum_id and post_id=$id");
290 290
 			$myrow = Database::fetch_array($result);
291 291
 			// grabbing the title of the post
@@ -307,14 +307,14 @@  discard block
 block discarded – undo
307 307
 			$dbTable = Database::get_course_table(TABLE_DOCUMENT);
308 308
 			$result = Database::query("SELECT * FROM $dbTable WHERE c_id = $course_id AND id=$id");
309 309
 			$myrow = Database::fetch_array($result);
310
-			$pathname = explode('/',$myrow['path']); // making a correct name for the link
311
-			$last = count($pathname) - 1;  // making a correct name for the link
312
-			$filename = $pathname[$last];  // making a correct name for the link
310
+			$pathname = explode('/', $myrow['path']); // making a correct name for the link
311
+			$last = count($pathname) - 1; // making a correct name for the link
312
+			$filename = $pathname[$last]; // making a correct name for the link
313 313
 			$image = choose_image($filename);
314
-			$ext = explode('.',$filename);
315
-			$ext = strtolower($ext[sizeof($ext)-1]);
314
+			$ext = explode('.', $filename);
315
+			$ext = strtolower($ext[sizeof($ext) - 1]);
316 316
 			$myrow['path'] = rawurlencode($myrow['path']);
317
-			$in_frames = in_array($ext, array('htm','html','gif','jpg','jpeg','png'));
317
+			$in_frames = in_array($ext, array('htm', 'html', 'gif', 'jpg', 'jpeg', 'png'));
318 318
 			echo '<img src="../img/'.$image.'" align="middle" /> <a href="../document/'.($in_frames ? 'showinframes.php?file=' : 'download.php?doc_url=').$myrow['path'].'"'.$styling.'>'.$filename."</a><br />\n";
319 319
 			break;
320 320
 		case 'Externallink':
@@ -349,391 +349,391 @@  discard block
 block discarded – undo
349 349
 
350 350
 	$length = ((($builder == 'builder') and ($icon == 'nolink')) ? 65 : 32);
351 351
 
352
-	if ($builder != 'builder') $origin = 'learnpath';	//origin = learnpath in student view
352
+	if ($builder != 'builder') $origin = 'learnpath'; //origin = learnpath in student view
353 353
 	$linktype = $type;
354 354
 	if (($type == 'Link _self') or ($type == 'Link _blank')) $type = 'Link';
355 355
 
356 356
 	switch ($type)
357 357
 	{
358 358
 		case "Agenda":
359
-			$TABLEAGENDA 		= Database::get_course_table(TABLE_AGENDA);
359
+			$TABLEAGENDA = Database::get_course_table(TABLE_AGENDA);
360 360
 			$result = Database::query("SELECT * FROM $TABLEAGENDA WHERE id=$id");
361
-			$myrow=Database::fetch_array($result);
361
+			$myrow = Database::fetch_array($result);
362 362
 
363
-			$sql="select * from $tbl_learnpath_item where id=$id_in_path";
364
-			$result=Database::query($sql);	$row=Database::fetch_array($result);
365
-			if ($row['title'] != '') { $myrow["title"]=$row['title']; }
366
-			$desc=$row['description'];
367
-			$agenda_id=$row['item_id'];
368
-			echo str_repeat("&nbsp;&gt;",$level);
363
+			$sql = "select * from $tbl_learnpath_item where id=$id_in_path";
364
+			$result = Database::query($sql); $row = Database::fetch_array($result);
365
+			if ($row['title'] != '') { $myrow["title"] = $row['title']; }
366
+			$desc = $row['description'];
367
+			$agenda_id = $row['item_id'];
368
+			echo str_repeat("&nbsp;&gt;", $level);
369 369
 			if (($builder != 'builder') and ($icon != 'wrap')) { echo "<td>"; }
370 370
 			if ($icon != 'nolink')
371 371
 			{
372
-				if ($completed=='completed') {
372
+				if ($completed == 'completed') {
373 373
 					echo "<img src='../img/checkbox_on2.gif' border='0' width='13' height='11' alt='on'>";
374
-				}	else {
374
+				} else {
375 375
 					echo "<img src='../img/checkbox_on2.gif' border='0' width='13' height='11' alt='on' style='visibility: hidden'>";
376 376
 					//echo "&nbsp;";
377 377
 				}
378 378
 			}
379 379
 			if (($builder != 'builder') and ($icon != 'wrap')) { echo "</td><td>"; }
380 380
 
381
-			if ($myrow["title"]=='') { echo "<span class='messagesmall'>".get_lang('StepDeleted1')." $type ".get_lang('StepDeleted2')."</span>"; return(true); }
381
+			if ($myrow["title"] == '') { echo "<span class='messagesmall'>".get_lang('StepDeleted1')." $type ".get_lang('StepDeleted2')."</span>"; return(true); }
382 382
 
383
-			if ($icon == 'nolink') { return(shorten($myrow["title"],$length)); }
383
+			if ($icon == 'nolink') { return(shorten($myrow["title"], $length)); }
384 384
 			if ($icon == 'icon') { echo "<img src='../img/agenda.gif' align=\"absmiddle\" alt='agenda'>"; }
385 385
 			if ($builder != 'builder')
386 386
 			{
387
-				echo "<a href=\"".api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=Agenda&origin=$origin&agenda_id=$agenda_id#$id_in_path\" class='$completed'>".shorten($myrow["title"],($length-3*$level))."</a>";
388
-        		$items[]=api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=Agenda&origin=$origin&agenda_id=$agenda_id#$id_in_path";
387
+				echo "<a href=\"".api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=Agenda&origin=$origin&agenda_id=$agenda_id#$id_in_path\" class='$completed'>".shorten($myrow["title"], ($length - 3 * $level))."</a>";
388
+        		$items[] = api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=Agenda&origin=$origin&agenda_id=$agenda_id#$id_in_path";
389 389
 				if ($desc != '')
390 390
 				{
391 391
 					if ($icon != 'wrap')
392 392
 					{
393
-						echo "</tr><tr><td></td><td></td><td><div class='description'>&nbsp;&nbsp;".shorten($desc,($length-3*$level))."</div></td></tr>";
393
+						echo "</tr><tr><td></td><td></td><td><div class='description'>&nbsp;&nbsp;".shorten($desc, ($length - 3 * $level))."</div></td></tr>";
394 394
 					}
395 395
 					else
396 396
 					{
397
-						echo "<div class='description'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;".shorten($desc,($length-3*$level))."</div>";
397
+						echo "<div class='description'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;".shorten($desc, ($length - 3 * $level))."</div>";
398 398
 					}
399 399
 				}
400 400
 			}
401 401
 			else
402 402
 			{
403
-				echo "<a href=\"../calendar/agenda.php?origin=$origin&agenda_id=$agenda_id\" class='$completed' target='_blank'>".shorten($myrow["title"],($length-3*$level))."</a>";
403
+				echo "<a href=\"../calendar/agenda.php?origin=$origin&agenda_id=$agenda_id\" class='$completed' target='_blank'>".shorten($myrow["title"], ($length - 3 * $level))."</a>";
404 404
 			}
405 405
 			break;
406 406
 
407 407
 		case "Ad_Valvas":
408 408
 			$tbl_announcement = Database::get_course_table(TABLE_ANNOUNCEMENT);
409 409
 			$result = Database::query("SELECT * FROM $tbl_announcement WHERE id=$id");
410
-			$myrow=Database::fetch_array($result);
410
+			$myrow = Database::fetch_array($result);
411 411
 
412
-			$sql="select * from $tbl_learnpath_item where id=$id_in_path";
413
-			$result=Database::query($sql);	$row=Database::fetch_array($result);
414
-			if ($row['title'] != '') { $myrow["content"]=$row['title']; }
415
-			$desc=$row['description'];
416
-			$ann_id=$row['item_id'];
417
-			echo str_repeat("&nbsp;&gt;",$level);
412
+			$sql = "select * from $tbl_learnpath_item where id=$id_in_path";
413
+			$result = Database::query($sql); $row = Database::fetch_array($result);
414
+			if ($row['title'] != '') { $myrow["content"] = $row['title']; }
415
+			$desc = $row['description'];
416
+			$ann_id = $row['item_id'];
417
+			echo str_repeat("&nbsp;&gt;", $level);
418 418
 
419 419
 			// the title and the text are in the content field and we only want to display the title
420
-			list($title, $text)=split('<br>',$myrow['content']);
421
-			if ($title=='') { $title=$myrow['content']; }
422
-			$title=$myrow['title'];
423
-			$text=$myrow['content'];
420
+			list($title, $text) = split('<br>', $myrow['content']);
421
+			if ($title == '') { $title = $myrow['content']; }
422
+			$title = $myrow['title'];
423
+			$text = $myrow['content'];
424 424
 			if (($builder != 'builder') and ($icon != 'wrap')) { echo "<td>"; }
425 425
 			if ($icon != 'nolink')
426 426
 			{
427
-				if ($completed=='completed') {
427
+				if ($completed == 'completed') {
428 428
 					echo "<img src='../img/checkbox_on2.gif' border='0' width='13' height='11' alt='on'>";
429
-				}	else {
429
+				} else {
430 430
 					echo "<img src='../img/checkbox_on2.gif' border='0' width='13' height='11' alt='on' style='visibility: hidden'>";
431 431
 					//echo "&nbsp;";
432 432
 				}
433 433
 			}
434 434
 			if (($builder != 'builder') and ($icon != 'wrap')) { echo "</td><td>"; }
435 435
 
436
-			if ($title=='') {
437
-				$type="Announcement";
436
+			if ($title == '') {
437
+				$type = "Announcement";
438 438
 				echo "<span class='messagesmall'>".get_lang('StepDeleted1')." $type ".get_lang('StepDeleted2')."</span>";
439 439
 				return(true);
440 440
 			}
441 441
 
442
-			if ($icon == 'nolink') { return(shorten($title,$length)); }
442
+			if ($icon == 'nolink') { return(shorten($title, $length)); }
443 443
 			if ($icon == 'icon') { echo "<img src='../img/valves.gif' align=\"absmiddle\" alt='ad valvas'>"; }
444 444
 			if ($builder != 'builder')
445 445
 			{
446
-				echo "<a href=\"".api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=Ad_Valvas&origin=$origin&ann_id=$ann_id#$id_in_path\" class='$completed'>".shorten($title,($length-3*$level))."</a>";
447
-				$items[]=api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=Ad_Valvas&origin=$origin&ann_id=$ann_id#$id_in_path";
446
+				echo "<a href=\"".api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=Ad_Valvas&origin=$origin&ann_id=$ann_id#$id_in_path\" class='$completed'>".shorten($title, ($length - 3 * $level))."</a>";
447
+				$items[] = api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=Ad_Valvas&origin=$origin&ann_id=$ann_id#$id_in_path";
448 448
 				if ($desc != '')
449 449
 				{
450 450
 					if ($icon != 'wrap')
451 451
 					{
452
-						echo "</tr><tr><td></td><td></td><td><div class='description'>&nbsp;&nbsp;".shorten($desc,($length-3*$level))."</div></td></tr>";
452
+						echo "</tr><tr><td></td><td></td><td><div class='description'>&nbsp;&nbsp;".shorten($desc, ($length - 3 * $level))."</div></td></tr>";
453 453
 					}
454 454
 					else
455 455
 					{
456
-						echo "<div class='description'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;".shorten($desc,($length-3*$level))."</div>";
456
+						echo "<div class='description'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;".shorten($desc, ($length - 3 * $level))."</div>";
457 457
 					}
458 458
 				}
459 459
 			}
460 460
 			else
461 461
 			{
462
-				echo "<a href=\"../announcements/announcements.php?origin=$origin&ann_id=$ann_id\" class='$completed' target='_blank'>".shorten($title,($length-3*$level))."</a>";
462
+				echo "<a href=\"../announcements/announcements.php?origin=$origin&ann_id=$ann_id\" class='$completed' target='_blank'>".shorten($title, ($length - 3 * $level))."</a>";
463 463
 			}
464 464
 			break;
465 465
 
466 466
 		case "Link" :
467
-			$TABLETOOLLINK	= Database::get_course_table(TABLE_LINK);
468
-			$result= Database::query("SELECT * FROM $TABLETOOLLINK WHERE id=$id");
469
-			$myrow=Database::fetch_array($result);
467
+			$TABLETOOLLINK = Database::get_course_table(TABLE_LINK);
468
+			$result = Database::query("SELECT * FROM $TABLETOOLLINK WHERE id=$id");
469
+			$myrow = Database::fetch_array($result);
470 470
 
471
-			$sql="select * from $tbl_learnpath_item where id=$id_in_path";
472
-			$result=Database::query($sql);	$row=Database::fetch_array($result);
473
-			if ($row['title'] != '') { $myrow["title"]=$row['title']; }
474
-			$desc=$row['description'];
475
-			echo str_repeat("&nbsp;&gt;",$level);
471
+			$sql = "select * from $tbl_learnpath_item where id=$id_in_path";
472
+			$result = Database::query($sql); $row = Database::fetch_array($result);
473
+			if ($row['title'] != '') { $myrow["title"] = $row['title']; }
474
+			$desc = $row['description'];
475
+			echo str_repeat("&nbsp;&gt;", $level);
476 476
 
477 477
 			if (($builder != 'builder') and ($icon != 'wrap')) { echo "<td>"; }
478 478
 			if ($icon != 'nolink')
479 479
 			{
480
-				if ($completed=='completed') {
480
+				if ($completed == 'completed') {
481 481
 					echo "<img src='../img/checkbox_on2.gif' border='0' width='13' height='11' alt='on'>";
482
-				}	else {
482
+				} else {
483 483
 					echo "<img src='../img/checkbox_on2.gif' border='0' width='13' height='11' alt='on' style='visibility: hidden'>";
484 484
 					//echo "&nbsp;";
485 485
 				}
486 486
 			}
487 487
 			if (($builder != 'builder') and ($icon != 'wrap')) { echo "</td><td>"; }
488 488
 
489
-			if ($myrow["title"]=='')
489
+			if ($myrow["title"] == '')
490 490
 			{
491 491
 				echo "<span class='messagesmall'>".get_lang('StepDeleted1')." $type ".get_lang('StepDeleted2')."</span>";
492 492
 				return(true);
493 493
 			}
494 494
 
495
-			if ($icon == 'nolink') { return(shorten($myrow["title"],$length)); }
495
+			if ($icon == 'nolink') { return(shorten($myrow["title"], $length)); }
496 496
 			if ($icon == 'icon')
497 497
 			{
498
-				if ($linktype=='Link _self') { echo "<img src='../img/links.gif' align=\"absmiddle\" alt='links'>"; }
498
+				if ($linktype == 'Link _self') { echo "<img src='../img/links.gif' align=\"absmiddle\" alt='links'>"; }
499 499
 				   else { echo "<img src='../img/link_blank.gif' align=\"absmiddle\" alt='blank links'>"; }
500 500
 			}
501
-			$thelink=$myrow["url"];
501
+			$thelink = $myrow["url"];
502 502
 			if ($builder != 'builder')
503 503
 			{
504
-				echo "<a href=\"".api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=$linktype&origin=$origin&thelink=$thelink#$id_in_path\" class='$completed'>".shorten($myrow["title"],($length-3*$level))."</a>";
505
-				$items[]=api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=$linktype&origin=$origin&thelink=$thelink#$id_in_path";
504
+				echo "<a href=\"".api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=$linktype&origin=$origin&thelink=$thelink#$id_in_path\" class='$completed'>".shorten($myrow["title"], ($length - 3 * $level))."</a>";
505
+				$items[] = api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=$linktype&origin=$origin&thelink=$thelink#$id_in_path";
506 506
 				if ($desc != '')
507 507
 				{
508 508
 					if ($icon != 'wrap')
509 509
 					{
510
-						echo "</tr><tr><td></td><td></td><td><div class='description'>&nbsp;&nbsp;".shorten($desc,($length-3*$level))."</div></td></tr>";
510
+						echo "</tr><tr><td></td><td></td><td><div class='description'>&nbsp;&nbsp;".shorten($desc, ($length - 3 * $level))."</div></td></tr>";
511 511
 					}
512 512
 					else
513 513
 					{
514
-						echo "<div class='description'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;".shorten($desc,($length-3*$level))."</div>";
514
+						echo "<div class='description'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;".shorten($desc, ($length - 3 * $level))."</div>";
515 515
 					}
516 516
 				}
517 517
 			}
518 518
 			else
519 519
 			{
520
-				echo "<a href=\"$thelink\" class='$completed' target='_blank'>".shorten($myrow["title"],($length-3*$level))."</a>";
520
+				echo "<a href=\"$thelink\" class='$completed' target='_blank'>".shorten($myrow["title"], ($length - 3 * $level))."</a>";
521 521
 			}
522 522
 			break;
523 523
 
524 524
 		case "Exercise":
525
-			$TBL_EXERCICES  = Database::get_course_table(TABLE_QUIZ_TEST);
526
-			$result= Database::query("SELECT * FROM $TBL_EXERCICES WHERE id=$id");
527
-			$myrow=Database::fetch_array($result);
525
+			$TBL_EXERCICES = Database::get_course_table(TABLE_QUIZ_TEST);
526
+			$result = Database::query("SELECT * FROM $TBL_EXERCICES WHERE id=$id");
527
+			$myrow = Database::fetch_array($result);
528 528
 
529
-			if ($builder=='builder') { $origin='builder'; }
529
+			if ($builder == 'builder') { $origin = 'builder'; }
530 530
 			  //this is needed for the exercise_submit.php can delete the session info about tests
531 531
 
532
-			$sql="select * from $tbl_learnpath_item where id=$id_in_path";
533
-			$result=Database::query($sql);	$row=Database::fetch_array($result);
534
-			if ($row['title'] != '') { $myrow["title"]=$row['title']; }
535
-			$desc=$row['description'];
536
-			echo str_repeat("&nbsp;&gt;",$level);
532
+			$sql = "select * from $tbl_learnpath_item where id=$id_in_path";
533
+			$result = Database::query($sql); $row = Database::fetch_array($result);
534
+			if ($row['title'] != '') { $myrow["title"] = $row['title']; }
535
+			$desc = $row['description'];
536
+			echo str_repeat("&nbsp;&gt;", $level);
537 537
 
538 538
 			if (($builder != 'builder') and ($icon != 'wrap')) { echo "<td>"; }
539 539
 			if ($icon != 'nolink')
540 540
 			{
541
-				if ($completed=='completed') {
541
+				if ($completed == 'completed') {
542 542
 					echo "<img src='../img/checkbox_on2.gif' border='0' width='13' height='11' alt='on'>";
543
-				}	else {
543
+				} else {
544 544
 					echo "<img src='../img/checkbox_on2.gif' border='0' width='13' height='11' alt='on' style='visibility: hidden'>";
545 545
 					//echo "&nbsp;";
546 546
 				}
547 547
 			}
548 548
 			if (($builder != 'builder') and ($icon != 'wrap')) { echo "</td><td>"; }
549 549
 
550
-			if ($myrow["title"]=='') {
550
+			if ($myrow["title"] == '') {
551 551
 				echo "<span class='messagesmall'>".get_lang('StepDeleted1')." $type ".get_lang('StepDeleted2')."</span>";
552 552
 				return(true);
553 553
 			}
554 554
 
555
-			if ($icon == 'nolink') { return(shorten($myrow["title"],$length)); }
555
+			if ($icon == 'nolink') { return(shorten($myrow["title"], $length)); }
556 556
 			if ($icon == 'icon') { echo "<img src='../img/quiz.gif' align=\"absmiddle\" alt='quizz'>"; }
557 557
 			if ($builder != 'builder')
558 558
 			{
559
-				echo "<a href=\"".api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=Exercise&origin=$origin&exerciseId=".$myrow["id"]."#$id_in_path\" class='$completed'>".shorten($myrow["title"],($length-3*$level))."</a>";
560
-				$items[]=api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=Exercise&origin=$origin&exerciseId=".$myrow["id"]."#$id_in_path";
559
+				echo "<a href=\"".api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=Exercise&origin=$origin&exerciseId=".$myrow["id"]."#$id_in_path\" class='$completed'>".shorten($myrow["title"], ($length - 3 * $level))."</a>";
560
+				$items[] = api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=Exercise&origin=$origin&exerciseId=".$myrow["id"]."#$id_in_path";
561 561
 				if ($desc != '')
562 562
 				{
563 563
 					if ($icon != 'wrap')
564 564
 					{
565
-						echo "</tr><tr><td></td><td></td><td><div class='description'>&nbsp;&nbsp;".shorten($desc,($length-3*$level))."</div></td></tr>";
565
+						echo "</tr><tr><td></td><td></td><td><div class='description'>&nbsp;&nbsp;".shorten($desc, ($length - 3 * $level))."</div></td></tr>";
566 566
 					}
567 567
 					else
568 568
 					{
569
-						echo "<div class='description'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;".shorten($desc,($length-3*$level))."</div>";
569
+						echo "<div class='description'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;".shorten($desc, ($length - 3 * $level))."</div>";
570 570
 					}
571 571
 				}
572 572
 			}
573 573
 			else
574 574
 			{
575
-				echo "<a href=\"../exercice/exercise_submit.php?origin=$origin&exerciseId=".$myrow["id"]."\" class='$completed' target='_blank'>".shorten($myrow["title"],($length-3*$level))."</a>";
575
+				echo "<a href=\"../exercice/exercise_submit.php?origin=$origin&exerciseId=".$myrow["id"]."\" class='$completed' target='_blank'>".shorten($myrow["title"], ($length - 3 * $level))."</a>";
576 576
 			}
577 577
 			break;
578 578
 
579 579
 		case "HotPotatoes":
580
-			$TBL_DOCUMENT  = Database::get_course_table(TABLE_DOCUMENT);
581
-			$documentPath=api_get_path(SYS_COURSE_PATH).$_course['path'].'/document';
580
+			$TBL_DOCUMENT = Database::get_course_table(TABLE_DOCUMENT);
581
+			$documentPath = api_get_path(SYS_COURSE_PATH).$_course['path'].'/document';
582 582
 			$result = Database::query("SELECT * FROM ".$TBL_DOCUMENT." WHERE id=$id");
583
-			$myrow= Database::fetch_array($result);
584
-			$path=$myrow["path"];
585
-			$name=GetQuizName($path,$documentPath);
583
+			$myrow = Database::fetch_array($result);
584
+			$path = $myrow["path"];
585
+			$name = GetQuizName($path, $documentPath);
586 586
 
587
-			if ($builder=='builder') { $origin='builder'; }
587
+			if ($builder == 'builder') { $origin = 'builder'; }
588 588
 			  //this is needed for the exercise_submit.php can delete the session info about tests
589 589
 
590
-			$sql="select * from $tbl_learnpath_item where id=$id_in_path";
591
-			$result=Database::query($sql);	$row=Database::fetch_array($result);
592
-			if ($row['title'] != '') { $name=$row['title']; }
593
-			$desc=$row['description'];
594
-			echo str_repeat("&nbsp;&gt;",$level);
590
+			$sql = "select * from $tbl_learnpath_item where id=$id_in_path";
591
+			$result = Database::query($sql); $row = Database::fetch_array($result);
592
+			if ($row['title'] != '') { $name = $row['title']; }
593
+			$desc = $row['description'];
594
+			echo str_repeat("&nbsp;&gt;", $level);
595 595
 
596 596
 			if (($builder != 'builder') and ($icon != 'wrap')) { echo "<td>"; }
597 597
 			if ($icon != 'nolink')
598 598
 			{
599
-				if ($completed=='completed') {
599
+				if ($completed == 'completed') {
600 600
 					echo "<img src='../img/checkbox_on2.gif' border='0' width='13' height='11' alt='on'>";
601
-				}	else {
601
+				} else {
602 602
 					echo "<img src='../img/checkbox_on2.gif' border='0' width='13' height='11' alt='on' style='visibility: hidden'>";
603 603
 					//echo "&nbsp;";
604 604
 				}
605 605
 			}
606 606
 			if (($builder != 'builder') and ($icon != 'wrap')) { echo "</td><td>"; }
607 607
 
608
-			if ($name=='') { echo "<span class='messagesmall'>".get_lang('StepDeleted1')." $type ".get_lang('StepDeleted2')."</span>"; return(true); }
608
+			if ($name == '') { echo "<span class='messagesmall'>".get_lang('StepDeleted1')." $type ".get_lang('StepDeleted2')."</span>"; return(true); }
609 609
 
610
-			if ($icon == 'nolink') { return(shorten($name,$length)); }
610
+			if ($icon == 'nolink') { return(shorten($name, $length)); }
611 611
 			if ($icon == 'icon') { echo "<img src='../img/jqz.gif' align=\"absmiddle\" alt='hot potatoes'>"; }
612 612
 
613 613
 			$cid = $_course['official_code'];
614 614
 
615 615
 			if ($builder != 'builder')
616 616
 			{
617
-				echo "<a href=\"".api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=HotPotatoes&origin=$origin&id=$id#$id_in_path\" class='$completed'>".shorten($name,($length-3*$level))."</a>";
618
-				$items[]=api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=HotPotatoes&origin=$origin&id=$id#$id_in_path";
617
+				echo "<a href=\"".api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=HotPotatoes&origin=$origin&id=$id#$id_in_path\" class='$completed'>".shorten($name, ($length - 3 * $level))."</a>";
618
+				$items[] = api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=HotPotatoes&origin=$origin&id=$id#$id_in_path";
619 619
 				if ($desc != '')
620 620
 				{
621 621
 					if ($icon != 'wrap')
622 622
 					{
623
-						echo "</tr><tr><td></td><td></td><td><div class='description'>&nbsp;&nbsp;".shorten($desc,($length-3*$level))."</div></td></tr>";
623
+						echo "</tr><tr><td></td><td></td><td><div class='description'>&nbsp;&nbsp;".shorten($desc, ($length - 3 * $level))."</div></td></tr>";
624 624
 					}
625 625
 					else
626 626
 					{
627
-						echo "<div class='description'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;".shorten($desc,($length-3*$level))."</div>";
627
+						echo "<div class='description'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;".shorten($desc, ($length - 3 * $level))."</div>";
628 628
 					}
629 629
 				}
630 630
 			}
631 631
 			else
632 632
 			{
633
-				echo "&nbsp;<a href=\"../exercice/showinframes.php?file=$path&cid=$cid&uid=".$_user['user_id']."\" class='$completed' target='_blank'>".shorten($name,($length-3*$level))."</a>";
633
+				echo "&nbsp;<a href=\"../exercice/showinframes.php?file=$path&cid=$cid&uid=".$_user['user_id']."\" class='$completed' target='_blank'>".shorten($name, ($length - 3 * $level))."</a>";
634 634
 			}
635 635
 			break;
636 636
 
637 637
 		case "Forum":
638 638
 			$TBL_FORUMS = Database::get_course_table(TABLE_FORUM);
639
-			$result= Database::query("SELECT * FROM $TBL_FORUMS WHERE forum_id=$id");
640
-			$myrow=Database::fetch_array($result);
639
+			$result = Database::query("SELECT * FROM $TBL_FORUMS WHERE forum_id=$id");
640
+			$myrow = Database::fetch_array($result);
641 641
 
642
-			$sql="select * from $tbl_learnpath_item where id=$id_in_path";
643
-			$result=Database::query($sql);	$row=Database::fetch_array($result);
644
-			if ($row['title'] != '') { $myrow["forum_name"]=$row['title']; }
645
-			$desc=$row['description'];
646
-			echo str_repeat("&nbsp;&gt;",$level);
642
+			$sql = "select * from $tbl_learnpath_item where id=$id_in_path";
643
+			$result = Database::query($sql); $row = Database::fetch_array($result);
644
+			if ($row['title'] != '') { $myrow["forum_name"] = $row['title']; }
645
+			$desc = $row['description'];
646
+			echo str_repeat("&nbsp;&gt;", $level);
647 647
 
648 648
 			if (($builder != 'builder') and ($icon != 'wrap')) { echo "<td>"; }
649 649
 			if ($icon != 'nolink')
650 650
 			{
651
-				if ($completed=='completed') {
651
+				if ($completed == 'completed') {
652 652
 					echo "<img src='../img/checkbox_on2.gif' border='0' width='13' height='11' alt='on'>";
653
-				}	else {
653
+				} else {
654 654
 					echo "<img src='../img/checkbox_on2.gif' border='0' width='13' height='11' alt='on' style='visibility: hidden'>";
655 655
 					//echo "&nbsp;";
656 656
 				}
657 657
 			}
658 658
 			if (($builder != 'builder') and ($icon != 'wrap')) { echo "</td><td>"; }
659 659
 
660
-			if ($myrow["forum_name"]=='') { $type="Forum"; echo "<span class='messagesmall'>".get_lang('StepDeleted1')." $type ".get_lang('StepDeleted2')."</span>"; return(true); }
660
+			if ($myrow["forum_name"] == '') { $type = "Forum"; echo "<span class='messagesmall'>".get_lang('StepDeleted1')." $type ".get_lang('StepDeleted2')."</span>"; return(true); }
661 661
 
662
-			if ($icon == 'nolink') { return(shorten($myrow["forum_name"],$length)); }
662
+			if ($icon == 'nolink') { return(shorten($myrow["forum_name"], $length)); }
663 663
 			if ($icon == 'icon') { echo "<img src='../img/forum.gif' align=\"absmiddle\" alt='forum'>"; }
664
-			$forumparameters="forum=".$myrow["forum_id"]."&md5=".$myrow["md5"];
664
+			$forumparameters = "forum=".$myrow["forum_id"]."&md5=".$myrow["md5"];
665 665
 			if ($builder != 'builder')
666 666
 			{
667
-				echo "<a href=\"".api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=Forum&origin=$origin&forumparameters=$forumparameters#$id_in_path\" class='$completed'>".shorten($myrow["forum_name"],($length-3*$level))."</a>";
668
-				$items[]=api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=Forum&origin=$origin&forumparameters=$forumparameters#$id_in_path";
667
+				echo "<a href=\"".api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=Forum&origin=$origin&forumparameters=$forumparameters#$id_in_path\" class='$completed'>".shorten($myrow["forum_name"], ($length - 3 * $level))."</a>";
668
+				$items[] = api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=Forum&origin=$origin&forumparameters=$forumparameters#$id_in_path";
669 669
 				if ($desc != '')
670 670
 				{
671 671
 					if ($icon != 'wrap')
672 672
 					{
673
-						echo "</tr><tr><td></td><td></td><td><div class='description'>&nbsp;&nbsp;".shorten($desc,($length-3*$level))."</div></td></tr>";
673
+						echo "</tr><tr><td></td><td></td><td><div class='description'>&nbsp;&nbsp;".shorten($desc, ($length - 3 * $level))."</div></td></tr>";
674 674
 					}
675 675
 					else
676 676
 					{
677
-						echo "<div class='description'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;".shorten($desc,($length-3*$level))."</div>";
677
+						echo "<div class='description'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;".shorten($desc, ($length - 3 * $level))."</div>";
678 678
 					}
679 679
 				}
680 680
 			}
681 681
 			else
682 682
 			{
683
-				echo "<a href=\"../phpbb/viewforum.php?$forumparameters\" class='$completed' target='_blank'>".shorten($myrow["forum_name"],($length-3*$level))."</a>";
683
+				echo "<a href=\"../phpbb/viewforum.php?$forumparameters\" class='$completed' target='_blank'>".shorten($myrow["forum_name"], ($length - 3 * $level))."</a>";
684 684
 			}
685 685
 			break;
686 686
 
687 687
 		case "Thread":  //forum post
688 688
         //deprecated
689
-			$tbl_topics      = $_course['dbNameGlu'].'bb_topics';
690
-			$tbl_posts		 = $_course['dbNameGlu'].'bb_posts';
689
+			$tbl_topics = $_course['dbNameGlu'].'bb_topics';
690
+			$tbl_posts = $_course['dbNameGlu'].'bb_posts';
691 691
 			$TBL_FORUMS = $_course['dbNameGlu']."bb_forums";
692
-			$sql="SELECT * FROM $tbl_topics where topic_id=$id";
693
-			$result= Database::query($sql);
694
-			$myrow=Database::fetch_array($result);
692
+			$sql = "SELECT * FROM $tbl_topics where topic_id=$id";
693
+			$result = Database::query($sql);
694
+			$myrow = Database::fetch_array($result);
695 695
 
696
-			$sql="select * from $tbl_learnpath_item where id=$id_in_path";
697
-			$result=Database::query($sql);	$row=Database::fetch_array($result);
698
-			if ($row['title'] != '') { $myrow["topic_title"]=$row['title']; }
699
-			$desc=$row['description'];
700
-			echo str_repeat("&nbsp;&gt;",$level);
696
+			$sql = "select * from $tbl_learnpath_item where id=$id_in_path";
697
+			$result = Database::query($sql); $row = Database::fetch_array($result);
698
+			if ($row['title'] != '') { $myrow["topic_title"] = $row['title']; }
699
+			$desc = $row['description'];
700
+			echo str_repeat("&nbsp;&gt;", $level);
701 701
 
702 702
 			if (($builder != 'builder') and ($icon != 'wrap')) { echo "<td>"; }
703 703
 			if ($icon != 'nolink')
704 704
 			{
705
-				if ($completed=='completed') {
705
+				if ($completed == 'completed') {
706 706
 					echo "<img src='../img/checkbox_on2.gif' border='0' width='13' height='11' alt='on'>";
707
-				}	else {
707
+				} else {
708 708
 					echo "<img src='../img/checkbox_on2.gif' border='0' width='13' height='11' alt='on' style='visibility: hidden'>";
709 709
 					//echo "&nbsp;";
710 710
 				}
711 711
 			}
712 712
 			if (($builder != 'builder') and ($icon != 'wrap')) { echo "</td><td>"; }
713 713
 
714
-			if ($myrow["topic_title"]=='') { $type="Forum Post"; echo "<span class='messagesmall'>".get_lang('StepDeleted1')." $type ".get_lang('StepDeleted2')."</span>"; return(true); }
714
+			if ($myrow["topic_title"] == '') { $type = "Forum Post"; echo "<span class='messagesmall'>".get_lang('StepDeleted1')." $type ".get_lang('StepDeleted2')."</span>"; return(true); }
715 715
 
716
-			if ($icon == 'nolink') { return(shorten($myrow["topic_title"],$length)); }
716
+			if ($icon == 'nolink') { return(shorten($myrow["topic_title"], $length)); }
717 717
 			if ($icon == 'icon') { echo "<img src='../img/forum.gif' align=\"absmiddle\" alt='forum'>"; }
718 718
 			if ($builder != 'builder')
719 719
 			{
720
-				echo "<a href=\"".api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=Thread&origin=$origin&topic=".$myrow["topic_id"]."&forum=".$myrow["forum_id"]."&md5=".$myrow["md5"]."#$id_in_path\" class='$completed'>".shorten($myrow["topic_title"],($length-3*$level))."</a>";
721
-				$items[]=api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=Thread&origin=$origin&topic=".$myrow["topic_id"]."&forum=".$myrow["forum_id"]."&md5=".$myrow["md5"]."#$id_in_path";
720
+				echo "<a href=\"".api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=Thread&origin=$origin&topic=".$myrow["topic_id"]."&forum=".$myrow["forum_id"]."&md5=".$myrow["md5"]."#$id_in_path\" class='$completed'>".shorten($myrow["topic_title"], ($length - 3 * $level))."</a>";
721
+				$items[] = api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=Thread&origin=$origin&topic=".$myrow["topic_id"]."&forum=".$myrow["forum_id"]."&md5=".$myrow["md5"]."#$id_in_path";
722 722
 				if ($desc != '')
723 723
 				{
724 724
 					if ($icon != 'wrap')
725 725
 					{
726
-						echo "</tr><tr><td></td><td></td><td><div class='description'>&nbsp;&nbsp;".shorten($desc,($length-3*$level))."</div></td></tr>";
726
+						echo "</tr><tr><td></td><td></td><td><div class='description'>&nbsp;&nbsp;".shorten($desc, ($length - 3 * $level))."</div></td></tr>";
727 727
 					}
728 728
 					else
729 729
 					{
730
-						echo "<div class='description'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;".shorten($desc,($length-3*$level))."</div>";
730
+						echo "<div class='description'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;".shorten($desc, ($length - 3 * $level))."</div>";
731 731
 					}
732 732
 				}
733 733
 			}
734 734
 			else
735 735
 			{
736
-				echo "<a href=\"../phpbb/viewtopic.php?topic=".$myrow["topic_id"]."&forum=".$myrow["forum_id"]."&md5=".$myrow["md5"]."\" class='$completed' target='_blank'>".shorten($myrow["topic_title"],($length-3*$level))."</a>";
736
+				echo "<a href=\"../phpbb/viewtopic.php?topic=".$myrow["topic_id"]."&forum=".$myrow["forum_id"]."&md5=".$myrow["md5"]."\" class='$completed' target='_blank'>".shorten($myrow["topic_title"], ($length - 3 * $level))."</a>";
737 737
 			}
738 738
 			break;
739 739
 
@@ -742,363 +742,363 @@  discard block
 block discarded – undo
742 742
 			$tbl_posts       = $_course['dbNameGlu'].'bb_posts';
743 743
 			$tbl_posts_text  = $_course['dbNameGlu'].'bb_posts_text';
744 744
 			$TBL_FORUMS = $_course['dbNameGlu']."bb_forums";
745
-			$result= Database::query("SELECT * FROM $tbl_posts where post_id=$id");
746
-			$myrow=Database::fetch_array($result);
745
+			$result = Database::query("SELECT * FROM $tbl_posts where post_id=$id");
746
+			$myrow = Database::fetch_array($result);
747 747
 			// grabbing the title of the post
748
-			$sql_titel="SELECT * FROM $tbl_posts_text WHERE post_id=".$myrow["post_id"];
749
-			$result_titel=Database::query($sql_titel);
750
-			$myrow_titel=Database::fetch_array($result_titel);
748
+			$sql_titel = "SELECT * FROM $tbl_posts_text WHERE post_id=".$myrow["post_id"];
749
+			$result_titel = Database::query($sql_titel);
750
+			$myrow_titel = Database::fetch_array($result_titel);
751 751
 
752
-			$sql="select * from $tbl_learnpath_item where id=$id_in_path";
753
-			$result=Database::query($sql);	$row=Database::fetch_array($result);
754
-			if ($row['title'] != '') { $myrow_titel["post_title"]=$row['title']; }
755
-			$desc=$row['description'];
756
-			echo str_repeat("&nbsp;&gt;",$level);
752
+			$sql = "select * from $tbl_learnpath_item where id=$id_in_path";
753
+			$result = Database::query($sql); $row = Database::fetch_array($result);
754
+			if ($row['title'] != '') { $myrow_titel["post_title"] = $row['title']; }
755
+			$desc = $row['description'];
756
+			echo str_repeat("&nbsp;&gt;", $level);
757 757
 
758
-			$posternom=$myrow['nom'];				$posterprenom=$myrow['prenom'];
759
-			$posttime=$myrow['post_time'];			$posttext=$myrow_titel['post_text'];
760
-			$posttitle=$myrow_titel['post_title'];
761
-			$posttext = str_replace('"',"'",$posttext);
758
+			$posternom = $myrow['nom']; $posterprenom = $myrow['prenom'];
759
+			$posttime = $myrow['post_time']; $posttext = $myrow_titel['post_text'];
760
+			$posttitle = $myrow_titel['post_title'];
761
+			$posttext = str_replace('"', "'", $posttext);
762 762
 
763 763
 			if (($builder != 'builder') and ($icon != 'wrap')) { echo "<td>"; }
764 764
 			if ($icon != 'nolink')
765 765
 			{
766
-				if ($completed=='completed') {
766
+				if ($completed == 'completed') {
767 767
 					echo "<img src='../img/checkbox_on2.gif' border='0' width='13' height='11' alt='on'>";
768
-				}	else {
768
+				} else {
769 769
 					echo "<img src='../img/checkbox_on2.gif' border='0' width='13' height='11' alt='on' style='visibility: hidden'>";
770 770
 					//echo "&nbsp;";
771 771
 				}
772 772
 			}
773 773
 			if (($builder != 'builder') and ($icon != 'wrap')) { echo "</td><td>"; }
774 774
 
775
-			if ($myrow_titel["post_title"]=='')
775
+			if ($myrow_titel["post_title"] == '')
776 776
 			{
777
-				$type="Forum";
777
+				$type = "Forum";
778 778
 				echo "<span class='messagesmall'>".get_lang('StepDeleted1')." $type ".get_lang('StepDeleted2')."</span>"; return(true);
779 779
 			}
780 780
 
781
-			if ($icon == 'nolink') { return(shorten($myrow_titel["post_title"],$length)); }
781
+			if ($icon == 'nolink') { return(shorten($myrow_titel["post_title"], $length)); }
782 782
 			if ($icon == 'icon') { echo "<img src='../img/forum.gif' align=\"absmiddle\" alt='forum'>"; }
783 783
 			if ($builder != 'builder')
784 784
 			{
785
-				echo "<a href=\"".api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=Post&origin=$origin&posternom=$posternom&posterprenom=$posterprenom&posttime=$posttime&posttext=$posttext&posttitle=$posttitle#$id_in_path\" class='$completed'>".shorten($myrow_titel["post_title"],($length-3*$level))."</a>"; $items[]=api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=Post&origin=$origin&posternom=$posternom&posterprenom=$posterprenom&posttime=$posttime&posttext=$posttext&posttitle=$posttitle#$id_in_path";
785
+				echo "<a href=\"".api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=Post&origin=$origin&posternom=$posternom&posterprenom=$posterprenom&posttime=$posttime&posttext=$posttext&posttitle=$posttitle#$id_in_path\" class='$completed'>".shorten($myrow_titel["post_title"], ($length - 3 * $level))."</a>"; $items[] = api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=Post&origin=$origin&posternom=$posternom&posterprenom=$posterprenom&posttime=$posttime&posttext=$posttext&posttitle=$posttitle#$id_in_path";
786 786
 				if ($desc != '')
787 787
 				{
788 788
 					if ($icon != 'wrap')
789 789
 					{
790
-						echo "</tr><tr><td></td><td></td><td><div class='description'>&nbsp;&nbsp;".shorten($desc,($length-3*$level))."</div></td></tr>";
790
+						echo "</tr><tr><td></td><td></td><td><div class='description'>&nbsp;&nbsp;".shorten($desc, ($length - 3 * $level))."</div></td></tr>";
791 791
 					}
792 792
 					else
793 793
 					{
794
-						echo "<div class='description'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;".shorten($desc,($length-3*$level))."</div>";
794
+						echo "<div class='description'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;".shorten($desc, ($length - 3 * $level))."</div>";
795 795
 					}
796 796
 				}
797 797
 			}
798 798
 			else
799 799
 			{
800
-				echo "<a href=\"../phpbb/viewtopic.php?topic=".$myrow["topic_id"]."&forum=".$myrow["forum_id"]."&md5=".$myrow["md5"]."\" class='$completed' target='_blank'>".shorten($myrow_titel["post_title"],($length-3*$level))."</a>";
800
+				echo "<a href=\"../phpbb/viewtopic.php?topic=".$myrow["topic_id"]."&forum=".$myrow["forum_id"]."&md5=".$myrow["md5"]."\" class='$completed' target='_blank'>".shorten($myrow_titel["post_title"], ($length - 3 * $level))."</a>";
801 801
 			}
802 802
 			break;
803 803
 
804 804
 		case "Document":
805
-			$dbTable  = Database::get_course_table(TABLE_DOCUMENT);
806
-			$result=Database::query("SELECT * FROM $dbTable WHERE id=$id");
807
-			$myrow=Database::fetch_array($result);
805
+			$dbTable = Database::get_course_table(TABLE_DOCUMENT);
806
+			$result = Database::query("SELECT * FROM $dbTable WHERE id=$id");
807
+			$myrow = Database::fetch_array($result);
808 808
 
809
-			$pathname=explode("/",$myrow["path"]); // making a correct name for the link
810
-			$last=count($pathname)-1;  // making a correct name for the link
811
-			$filename=$pathname[$last];  // making a correct name for the link
809
+			$pathname = explode("/", $myrow["path"]); // making a correct name for the link
810
+			$last = count($pathname) - 1; // making a correct name for the link
811
+			$filename = $pathname[$last]; // making a correct name for the link
812 812
 			if (($builder != 'builder') and ($icon != 'wrap')) { echo "<td>"; }
813 813
 
814
-			echo str_repeat("&nbsp;&gt;",$level);
814
+			echo str_repeat("&nbsp;&gt;", $level);
815 815
 
816 816
 			if ($icon != 'nolink') {
817
-				if ($completed=='completed') {
817
+				if ($completed == 'completed') {
818 818
 					echo "<img src='../img/checkbox_on2.gif' border='0' width='13' height='11' alt='on'>";
819
-				}	else {
819
+				} else {
820 820
 					echo "<img src='../img/checkbox_on2.gif' border='0' width='13' height='11' alt='on' style='visibility: hidden'>";
821 821
 					//echo "&nbsp;";
822 822
 				}
823 823
 			}
824 824
 			if (($builder != 'builder') and ($icon != 'wrap')) { echo "</td><td>"; }
825
-			$image=choose_image($filename);
825
+			$image = choose_image($filename);
826 826
 
827
-			$sql="select * from $tbl_learnpath_item where id=$id_in_path";
828
-			$result=Database::query($sql);	$row=Database::fetch_array($result);
829
-			if ($row['title'] != '') { $filename=$row['title']; }
830
-			$desc=$row['description'];
827
+			$sql = "select * from $tbl_learnpath_item where id=$id_in_path";
828
+			$result = Database::query($sql); $row = Database::fetch_array($result);
829
+			if ($row['title'] != '') { $filename = $row['title']; }
830
+			$desc = $row['description'];
831 831
 
832
-			if (($myrow["path"]=='') and ($filename=='')) {
832
+			if (($myrow["path"] == '') and ($filename == '')) {
833 833
 				echo "<span class='messagesmall'>".get_lang('StepDeleted1')." $type ".get_lang('StepDeleted2')."</span>";
834 834
 				return(true);
835 835
 			}
836 836
 
837
-			if ($icon == 'nolink') { return(shorten($filename,$length)); }
837
+			if ($icon == 'nolink') { return(shorten($filename, $length)); }
838 838
 			if ($icon == 'icon') { echo "<img src='../img/$image' align=\"absmiddle\" alt='$image'>"; }
839 839
 			if ($builder != 'builder')
840 840
 			{
841
-				echo "<a href=\"".api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=Document&origin=$origin&docurl=".$myrow["path"]."#$id_in_path\" class='$completed'>".shorten($filename,($length-3*$level))."</a>";
841
+				echo "<a href=\"".api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=Document&origin=$origin&docurl=".$myrow["path"]."#$id_in_path\" class='$completed'>".shorten($filename, ($length - 3 * $level))."</a>";
842 842
 				if ($desc != '')
843 843
 				{
844 844
 					if ($icon != 'wrap')
845 845
 					{
846
-						echo "</tr><tr><td></td><td></td><td><div class='description'>&nbsp;&nbsp;".shorten($desc,($length-3*$level))."</div></td></tr>";
846
+						echo "</tr><tr><td></td><td></td><td><div class='description'>&nbsp;&nbsp;".shorten($desc, ($length - 3 * $level))."</div></td></tr>";
847 847
 					}
848 848
 					else
849 849
 					{
850
-						echo "<div class='description'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;".shorten($desc,($length-3*$level))."</div>";
850
+						echo "<div class='description'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;".shorten($desc, ($length - 3 * $level))."</div>";
851 851
 					}
852
-				} $items[]=api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=Document&origin=$origin&docurl=".$myrow["path"]."#$id_in_path";
852
+				} $items[] = api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=Document&origin=$origin&docurl=".$myrow["path"]."#$id_in_path";
853 853
 			}
854 854
 			else
855 855
 			{
856
-				$enableDocumentParsing='yes';
856
+				$enableDocumentParsing = 'yes';
857 857
 				if (!$enableDocumentParsing)
858 858
 				{ //this is the solution for the non-parsing version in the builder
859
-					$file=urlencode($myrow["path"]);
860
-					echo "<a href='../document/showinframes.php?file=$file' class='$completed' $hyperlink_target_parameter>".shorten($filename,($length-3*$level))."</a>";
859
+					$file = urlencode($myrow["path"]);
860
+					echo "<a href='../document/showinframes.php?file=$file' class='$completed' $hyperlink_target_parameter>".shorten($filename, ($length - 3 * $level))."</a>";
861 861
 				}
862 862
 				else
863 863
 				{
864
-					echo "<a href=\"../document/download.php?doc_url=".$myrow["path"]."\" class='$completed' $hyperlink_target_parameter>".shorten($filename,($length-3*$level))."</a>";
864
+					echo "<a href=\"../document/download.php?doc_url=".$myrow["path"]."\" class='$completed' $hyperlink_target_parameter>".shorten($filename, ($length - 3 * $level))."</a>";
865 865
 				}
866 866
 			}
867 867
 			break;
868 868
 
869 869
 		case "Assignments":
870
-			$name=get_lang('Assignments');
871
-			$sql="select * from $tbl_learnpath_item where id=$id_in_path";
872
-			$result=Database::query($sql);	$row=Database::fetch_array($result);
873
-			if ($row['title'] != '') { $name=$row['title']; }
874
-			$desc=$row['description'];
875
-			echo str_repeat("&nbsp;&gt;",$level);
870
+			$name = get_lang('Assignments');
871
+			$sql = "select * from $tbl_learnpath_item where id=$id_in_path";
872
+			$result = Database::query($sql); $row = Database::fetch_array($result);
873
+			if ($row['title'] != '') { $name = $row['title']; }
874
+			$desc = $row['description'];
875
+			echo str_repeat("&nbsp;&gt;", $level);
876 876
 
877 877
 			if (($builder != 'builder') and ($icon != 'wrap')) { echo "<td>"; }
878 878
 			if ($icon != 'nolink')
879 879
 			{
880
-				if ($completed=='completed') {
880
+				if ($completed == 'completed') {
881 881
 					echo "<img src='../img/checkbox_on2.gif' border='0' width='13' height='11' alt='on'>";
882
-				}	else {
882
+				} else {
883 883
 					echo "<img src='../img/checkbox_on2.gif' border='0' width='13' height='11' alt='on' style='visibility: hidden'>";
884 884
 					//echo "&nbsp;";
885 885
 				}
886 886
 			}
887 887
 			if (($builder != 'builder') and ($icon != 'wrap')) { echo "</td><td>"; }
888 888
 
889
-			if ($name=='')
889
+			if ($name == '')
890 890
 			{
891 891
 				echo "<span class='messagesmall'>".get_lang('StepDeleted1')." $type ".get_lang('StepDeleted2')."</span>"; return(true);
892 892
 			}
893 893
 
894
-			if ($icon == 'nolink') { return(shorten($name,$length)); }
894
+			if ($icon == 'nolink') { return(shorten($name, $length)); }
895 895
 			if ($icon == 'icon') { echo "<img src='../img/works.gif' align=\"absmiddle\">"; }
896 896
 			if ($builder != 'builder')
897 897
 			{
898
-				echo "<a href=\"".api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=Assignments&origin=$origin#$id_in_path\" class='$completed'>".shorten($name,($length-3*$level))."</a>"; $items[]=api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=Assignments&origin=$origin#$id_in_path";
898
+				echo "<a href=\"".api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=Assignments&origin=$origin#$id_in_path\" class='$completed'>".shorten($name, ($length - 3 * $level))."</a>"; $items[] = api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=Assignments&origin=$origin#$id_in_path";
899 899
 				if ($desc != '')
900 900
 				{
901 901
 					if ($icon != 'wrap')
902 902
 					{
903
-						echo "</tr><tr><td></td><td></td><td><div class='description'>&nbsp;&nbsp;".shorten($desc,($length-3*$level))."</div></td></tr>";
903
+						echo "</tr><tr><td></td><td></td><td><div class='description'>&nbsp;&nbsp;".shorten($desc, ($length - 3 * $level))."</div></td></tr>";
904 904
 					}
905 905
 					else
906 906
 					{
907
-						echo "<div class='description'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;".shorten($desc,($length-3*$level))."</div>";
907
+						echo "<div class='description'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;".shorten($desc, ($length - 3 * $level))."</div>";
908 908
 					}
909 909
 				}
910 910
 			}
911 911
 			else
912 912
 			{
913
-				echo "<a href=\"../work/work.php\" class='$completed' target='_blank'>".shorten($name,($length-3*$level))."</a>";
913
+				echo "<a href=\"../work/work.php\" class='$completed' target='_blank'>".shorten($name, ($length - 3 * $level))."</a>";
914 914
 			}
915 915
 			break;
916 916
 		case "Dropbox":
917
-			$name=get_lang('Dropbox');
918
-			$sql="select * from $tbl_learnpath_item where id=$id_in_path";
919
-			$result=Database::query($sql);	$row=Database::fetch_array($result);
920
-			if ($row['title'] != '') { $name=$row['title']; }
921
-			$desc=$row['description'];
922
-			echo str_repeat("&nbsp;&gt;",$level);
917
+			$name = get_lang('Dropbox');
918
+			$sql = "select * from $tbl_learnpath_item where id=$id_in_path";
919
+			$result = Database::query($sql); $row = Database::fetch_array($result);
920
+			if ($row['title'] != '') { $name = $row['title']; }
921
+			$desc = $row['description'];
922
+			echo str_repeat("&nbsp;&gt;", $level);
923 923
 
924 924
 			if (($builder != 'builder') and ($icon != 'wrap')) { echo "<td>"; }
925 925
 			if ($icon != 'nolink') {
926
-				if ($completed=='completed') {
926
+				if ($completed == 'completed') {
927 927
 					echo "<img src='../img/checkbox_on2.gif' border='0' width='13' height='11' alt='on'>";
928
-				}	else {
928
+				} else {
929 929
 					echo "<img src='../img/checkbox_on2.gif' border='0' width='13' height='11' alt='on' style='visibility: hidden'>";
930 930
 					//echo "&nbsp;";
931 931
 				}
932 932
 			}
933 933
 			if (($builder != 'builder') and ($icon != 'wrap')) { echo "</td><td>"; }
934 934
 
935
-			if ($name=='') { echo "<span class='messagesmall'>".get_lang('StepDeleted1')." $type ".get_lang('StepDeleted2')."</span>"; return(true); }
935
+			if ($name == '') { echo "<span class='messagesmall'>".get_lang('StepDeleted1')." $type ".get_lang('StepDeleted2')."</span>"; return(true); }
936 936
 
937
-			if ($icon == 'nolink') { return(shorten($name,$length)); }
937
+			if ($icon == 'nolink') { return(shorten($name, $length)); }
938 938
 			if ($icon == 'icon') { echo "<img src='../img/dropbox.gif' align=\"absmiddle\">"; }
939 939
 
940 940
 			if ($builder != 'builder')
941 941
 			{
942
-				echo "<a href=\"".api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=Dropbox&origin=$origin#$id_in_path\" class='$completed'>".shorten($name,($length-3*$level))."</a>"; $items[]=api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=Dropbox&origin=$origin#$id_in_path";
942
+				echo "<a href=\"".api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=Dropbox&origin=$origin#$id_in_path\" class='$completed'>".shorten($name, ($length - 3 * $level))."</a>"; $items[] = api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=Dropbox&origin=$origin#$id_in_path";
943 943
 				if ($desc != '') {
944 944
 					if ($icon != 'wrap') {
945
-						echo "</tr><tr><td></td><td></td><td><div class='description'>&nbsp;&nbsp;".shorten($desc,($length-3*$level))."</div></td></tr>"; }
945
+						echo "</tr><tr><td></td><td></td><td><div class='description'>&nbsp;&nbsp;".shorten($desc, ($length - 3 * $level))."</div></td></tr>"; }
946 946
 					else {
947
-						echo "<div class='description'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;".shorten($desc,($length-3*$level))."</div>"; }
947
+						echo "<div class='description'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;".shorten($desc, ($length - 3 * $level))."</div>"; }
948 948
 				}
949 949
 			} else {
950
-				echo "<a href=\"../dropbox/index.php\" class='$completed' target='_blank'>".shorten($name,($length-3*$level))."</a>";
950
+				echo "<a href=\"../dropbox/index.php\" class='$completed' target='_blank'>".shorten($name, ($length - 3 * $level))."</a>";
951 951
 			}
952 952
 			break;
953 953
 		case "Introduction_text":
954
-			$name=get_lang('IntroductionText');
955
-			$sql="select * from $tbl_learnpath_item where id=$id_in_path";
956
-			$result=Database::query($sql);	$row=Database::fetch_array($result);
957
-			if ($row['title'] != '') { $name=$row['title']; }
958
-			$desc=$row['description'];
959
-			echo str_repeat("&nbsp;&gt;",$level);
954
+			$name = get_lang('IntroductionText');
955
+			$sql = "select * from $tbl_learnpath_item where id=$id_in_path";
956
+			$result = Database::query($sql); $row = Database::fetch_array($result);
957
+			if ($row['title'] != '') { $name = $row['title']; }
958
+			$desc = $row['description'];
959
+			echo str_repeat("&nbsp;&gt;", $level);
960 960
 
961 961
 			if (($builder != 'builder') and ($icon != 'wrap')) { echo "<td>"; }
962 962
 			if ($icon != 'nolink') {
963
-				if ($completed=='completed') {
963
+				if ($completed == 'completed') {
964 964
 					echo "<img src='../img/checkbox_on2.gif' border='0' width='13' height='11' alt='on'>";
965
-				}	else {
965
+				} else {
966 966
 					echo "<img src='../img/checkbox_on2.gif' border='0' width='13' height='11' alt='on' style='visibility: hidden'>";
967 967
 					//echo "&nbsp;";
968 968
 				}
969 969
 			}
970 970
 			if (($builder != 'builder') and ($icon != 'wrap')) { echo "</td><td>"; }
971 971
 
972
-			if ($name=='') { echo "<span class='messagesmall'>".get_lang('StepDeleted1')." $type ".get_lang('StepDeleted2')."</span>"; return(true); }
972
+			if ($name == '') { echo "<span class='messagesmall'>".get_lang('StepDeleted1')." $type ".get_lang('StepDeleted2')."</span>"; return(true); }
973 973
 
974
-			if ($icon == 'nolink') { return(shorten($name,$length)); }
974
+			if ($icon == 'nolink') { return(shorten($name, $length)); }
975 975
 			if ($icon == 'icon') { echo "<img src='../img/introduction.gif' align=\"absmiddle\" alt='introduction'>"; }
976 976
 
977 977
 			if ($builder != 'builder')
978 978
 			{
979
-				echo "<a href=\"".api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=Introduction_text&origin=$origin#$id_in_path\" class='$completed'>".shorten($name,($length-3*$level))."</a>";
980
-				$items[]=api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=Introduction_text&origin=$origin#$id_in_path";
979
+				echo "<a href=\"".api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=Introduction_text&origin=$origin#$id_in_path\" class='$completed'>".shorten($name, ($length - 3 * $level))."</a>";
980
+				$items[] = api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=Introduction_text&origin=$origin#$id_in_path";
981 981
 				if ($desc != '') {
982 982
 					if ($icon != 'wrap') {
983
-						echo "</tr><tr><td></td><td></td><td><div class='description'>&nbsp;&nbsp;".shorten($desc,($length-3*$level))."</div></td></tr>"; }
983
+						echo "</tr><tr><td></td><td></td><td><div class='description'>&nbsp;&nbsp;".shorten($desc, ($length - 3 * $level))."</div></td></tr>"; }
984 984
 					else {
985
-						echo "<div class='description'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;".shorten($desc,($length-3*$level))."</div>"; }
985
+						echo "<div class='description'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;".shorten($desc, ($length - 3 * $level))."</div>"; }
986 986
 				}
987 987
 			} else {
988 988
 				$s = api_get_path(WEB_COURSE_PATH)."$_cid/index.php?intro_cmdEdit=1";
989
-				echo "<a href=\"$s\" class='$completed' target='_blank'>".shorten($name,($length-3*$level))."</a>";
989
+				echo "<a href=\"$s\" class='$completed' target='_blank'>".shorten($name, ($length - 3 * $level))."</a>";
990 990
 			}
991 991
 			break;
992 992
 		case "Course_description":
993
-			$name=get_lang('CourseDescription');
994
-			$sql="select * from $tbl_learnpath_item where id=$id_in_path";
995
-			$result=Database::query($sql);	$row=Database::fetch_array($result);
996
-			if ($row['title'] != '') { $name=$row['title']; }
997
-			$desc=$row['description'];
998
-			echo str_repeat("&nbsp;&gt;",$level);
993
+			$name = get_lang('CourseDescription');
994
+			$sql = "select * from $tbl_learnpath_item where id=$id_in_path";
995
+			$result = Database::query($sql); $row = Database::fetch_array($result);
996
+			if ($row['title'] != '') { $name = $row['title']; }
997
+			$desc = $row['description'];
998
+			echo str_repeat("&nbsp;&gt;", $level);
999 999
 
1000 1000
 			if (($builder != 'builder') and ($icon != 'wrap')) { echo "<td>"; }
1001 1001
 			if ($icon != 'nolink') {
1002
-				if ($completed=='completed') {
1002
+				if ($completed == 'completed') {
1003 1003
 					echo "<img src='../img/checkbox_on2.gif' border='0' width='13' height='11' alt='on'>";
1004
-				}	else {
1004
+				} else {
1005 1005
 					echo "<img src='../img/checkbox_on2.gif' border='0' width='13' height='11' alt='on' style='visibility: hidden'>";
1006 1006
 					//echo "&nbsp;";
1007 1007
 				}
1008 1008
 			}
1009 1009
 			if (($builder != 'builder') and ($icon != 'wrap')) { echo "</td><td>"; }
1010 1010
 
1011
-			if ($name=='') { echo "<span class='messagesmall'>".get_lang('StepDeleted1')." $type ".get_lang('StepDeleted2')."</span>"; return(true); }
1011
+			if ($name == '') { echo "<span class='messagesmall'>".get_lang('StepDeleted1')." $type ".get_lang('StepDeleted2')."</span>"; return(true); }
1012 1012
 
1013
-			if ($icon == 'nolink') { return(shorten($name,$length)); }
1013
+			if ($icon == 'nolink') { return(shorten($name, $length)); }
1014 1014
 			if ($icon == 'icon') { echo "<img src='../img/info.gif' align=\"absmiddle\" alt='info'>"; }
1015 1015
 
1016 1016
 			if ($builder != 'builder')
1017 1017
 			{
1018
-				echo "<a href=\"".api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=Course_description&origin=$origin#$id_in_path\" class='$completed'>".shorten($name,($length-3*$level))."</a>"; $items[]=api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=Course_description&origin=$origin#$id_in_path";
1018
+				echo "<a href=\"".api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=Course_description&origin=$origin#$id_in_path\" class='$completed'>".shorten($name, ($length - 3 * $level))."</a>"; $items[] = api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=Course_description&origin=$origin#$id_in_path";
1019 1019
 				if ($desc != '') {
1020 1020
 					if ($icon != 'wrap') {
1021
-						echo "</tr><tr><td></td><td></td><td><div class='description'>&nbsp;&nbsp;".shorten($desc,($length-3*$level))."</div></td></tr>"; }
1021
+						echo "</tr><tr><td></td><td></td><td><div class='description'>&nbsp;&nbsp;".shorten($desc, ($length - 3 * $level))."</div></td></tr>"; }
1022 1022
 					else {
1023
-						echo "<div class='description'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;".shorten($desc,($length-3*$level))."</div>"; }
1023
+						echo "<div class='description'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;".shorten($desc, ($length - 3 * $level))."</div>"; }
1024 1024
 				}
1025 1025
 			} else {
1026
-				$s=api_get_path(WEB_CODE_PATH)."course_description";
1027
-				echo "<a href=\"$s\" class='$completed' target='_blank'>".shorten($name,($length-3*$level))."</a>";
1026
+				$s = api_get_path(WEB_CODE_PATH)."course_description";
1027
+				echo "<a href=\"$s\" class='$completed' target='_blank'>".shorten($name, ($length - 3 * $level))."</a>";
1028 1028
 			}
1029 1029
 			break;
1030 1030
 		case "Groups":
1031
-			$name=get_lang('Groups');
1032
-			$sql="select * from $tbl_learnpath_item where id=$id_in_path";
1033
-			$result=Database::query($sql);	$row=Database::fetch_array($result);
1034
-			if ($row['title'] != '') { $name=$row['title']; }
1035
-			$desc=$row['description'];
1036
-			echo str_repeat("&nbsp;&gt;",$level);
1031
+			$name = get_lang('Groups');
1032
+			$sql = "select * from $tbl_learnpath_item where id=$id_in_path";
1033
+			$result = Database::query($sql); $row = Database::fetch_array($result);
1034
+			if ($row['title'] != '') { $name = $row['title']; }
1035
+			$desc = $row['description'];
1036
+			echo str_repeat("&nbsp;&gt;", $level);
1037 1037
 
1038 1038
 			if (($builder != 'builder') and ($icon != 'wrap')) { echo "<td>"; }
1039 1039
 			if ($icon != 'nolink') {
1040
-				if ($completed=='completed') {
1040
+				if ($completed == 'completed') {
1041 1041
 					echo "<img src='../img/checkbox_on2.gif' border='0' width='13' height='11' alt='on'>";
1042
-				}	else {
1042
+				} else {
1043 1043
 					echo "<img src='../img/checkbox_on2.gif' border='0' width='13' height='11' alt='on' style='visibility: hidden'>";
1044 1044
 					//echo "&nbsp;";
1045 1045
 				}
1046 1046
 			}
1047 1047
 			if (($builder != 'builder') and ($icon != 'wrap')) { echo "</td><td>"; }
1048 1048
 
1049
-			if ($name=='') { echo "<span class='messagesmall'>".get_lang('StepDeleted1')." $type ".get_lang('StepDeleted2')."</span>"; return(true); }
1049
+			if ($name == '') { echo "<span class='messagesmall'>".get_lang('StepDeleted1')." $type ".get_lang('StepDeleted2')."</span>"; return(true); }
1050 1050
 
1051
-			if ($icon == 'nolink') { return(shorten($name,$length)); }
1051
+			if ($icon == 'nolink') { return(shorten($name, $length)); }
1052 1052
 			if ($icon == 'icon') { echo "<img src='../img/group.gif' align=\"absmiddle\" alt='group'>"; }
1053 1053
 
1054 1054
 			if ($builder != 'builder')
1055 1055
 			{
1056
-				echo "<a href=\"".api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=Groups&origin=$origin#$id_in_path\" class='$completed'>".shorten($name,($length-3*$level))."</a>"; $items[]=api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=Groups&origin=$origin#$id_in_path";
1056
+				echo "<a href=\"".api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=Groups&origin=$origin#$id_in_path\" class='$completed'>".shorten($name, ($length - 3 * $level))."</a>"; $items[] = api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=Groups&origin=$origin#$id_in_path";
1057 1057
 				if ($desc != '') {
1058 1058
 					if ($icon != 'wrap') {
1059
-						echo "</tr><tr><td></td><td></td><td><div class='description'>&nbsp;&nbsp;".shorten($desc,($length-3*$level))."</div></td></tr>"; }
1059
+						echo "</tr><tr><td></td><td></td><td><div class='description'>&nbsp;&nbsp;".shorten($desc, ($length - 3 * $level))."</div></td></tr>"; }
1060 1060
 					else {
1061
-						echo "<div class='description'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;".shorten($desc,($length-3*$level))."</div>"; }
1061
+						echo "<div class='description'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;".shorten($desc, ($length - 3 * $level))."</div>"; }
1062 1062
 				}
1063 1063
 			} else {
1064
-				echo "<a href=\"../group/group.php?origin=$origin\" class='$completed' target='_blank'>".shorten($name,($length-3*$level))."</a>";
1064
+				echo "<a href=\"../group/group.php?origin=$origin\" class='$completed' target='_blank'>".shorten($name, ($length - 3 * $level))."</a>";
1065 1065
 			}
1066 1066
 			break;
1067 1067
 		case "Users":
1068
-			$name=get_lang('Users');
1069
-			$sql="select * from $tbl_learnpath_item where id=$id_in_path";
1070
-			$result=Database::query($sql);	$row=Database::fetch_array($result);
1071
-			if ($row['title'] != '') { $name=$row['title']; }
1072
-			$desc=$row['description'];
1073
-			echo str_repeat("&nbsp;&gt;",$level);
1068
+			$name = get_lang('Users');
1069
+			$sql = "select * from $tbl_learnpath_item where id=$id_in_path";
1070
+			$result = Database::query($sql); $row = Database::fetch_array($result);
1071
+			if ($row['title'] != '') { $name = $row['title']; }
1072
+			$desc = $row['description'];
1073
+			echo str_repeat("&nbsp;&gt;", $level);
1074 1074
 
1075 1075
 			if (($builder != 'builder') and ($icon != 'wrap')) { echo "<td>"; }
1076 1076
 			if ($icon != 'nolink') {
1077
-				if ($completed=='completed') {
1077
+				if ($completed == 'completed') {
1078 1078
 					echo "<img src='../img/checkbox_on2.gif' border='0' width='13' height='11' alt='on'>";
1079
-				}	else {
1079
+				} else {
1080 1080
 					echo "<img src='../img/checkbox_on2.gif' border='0' width='13' height='11' alt='on' style='visibility: hidden'>";
1081 1081
 					//echo "&nbsp;";
1082 1082
 				}
1083 1083
 			}
1084 1084
 			if (($builder != 'builder') and ($icon != 'wrap')) { echo "</td><td>"; }
1085 1085
 
1086
-			if ($name=='') { echo "<span class='messagesmall'>".get_lang('StepDeleted1')." $type ".get_lang('StepDeleted2')."</span>"; return(true); }
1086
+			if ($name == '') { echo "<span class='messagesmall'>".get_lang('StepDeleted1')." $type ".get_lang('StepDeleted2')."</span>"; return(true); }
1087 1087
 
1088
-			if ($icon == 'nolink') { return(shorten($name,$length)); }
1088
+			if ($icon == 'nolink') { return(shorten($name, $length)); }
1089 1089
 			if ($icon == 'icon') { echo "<img src='../img/members.gif' align=\"absmiddle\" alt='members'>"; }
1090 1090
 
1091 1091
 			if ($builder != 'builder')
1092 1092
 			{
1093
-				echo "<a href=\"".api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=Users&origin=$origin#$id_in_path\" class='$completed'>".shorten($name,($length-3*$level))."</a>"; $items[]=api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=Users&origin=$origin#$id_in_path";
1093
+				echo "<a href=\"".api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=Users&origin=$origin#$id_in_path\" class='$completed'>".shorten($name, ($length - 3 * $level))."</a>"; $items[] = api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=Users&origin=$origin#$id_in_path";
1094 1094
 				if ($desc != '') {
1095 1095
 					if ($icon != 'wrap') {
1096
-						echo "</tr><tr><td></td><td></td><td><div class='description'>&nbsp;&nbsp;".shorten($desc,($length-3*$level))."</div></td></tr>"; }
1096
+						echo "</tr><tr><td></td><td></td><td><div class='description'>&nbsp;&nbsp;".shorten($desc, ($length - 3 * $level))."</div></td></tr>"; }
1097 1097
 					else {
1098
-						echo "<div class='description'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;".shorten($desc,($length-3*$level))."</div>"; }
1098
+						echo "<div class='description'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;".shorten($desc, ($length - 3 * $level))."</div>"; }
1099 1099
 				}
1100 1100
 			} else {
1101
-				echo "<a href=\"../user/user.php?origin=$origin\" class='$completed' target='_blank'>".shorten($name,($length-3*$level))."</a>";
1101
+				echo "<a href=\"../user/user.php?origin=$origin\" class='$completed' target='_blank'>".shorten($name, ($length - 3 * $level))."</a>";
1102 1102
 			}
1103 1103
 			break;
1104 1104
 	}//end huge switch-statement
@@ -1117,29 +1117,29 @@  discard block
 block discarded – undo
1117 1117
 function get_addedresource_link_in_learnpath($type, $id, $id_in_path)
1118 1118
 {
1119 1119
 	global $_course, $learnpath_id, $tbl_learnpath_item, $items;
1120
-	global $curDirPath, $_configuration, $enableDocumentParsing, $_user , $_cid;
1120
+	global $curDirPath, $_configuration, $enableDocumentParsing, $_user, $_cid;
1121 1121
 
1122 1122
 	$hyperlink_target_parameter = ""; //or e.g. target='_blank'
1123 1123
  $builder = 'player';
1124
-	$origin='learnpath';
1124
+	$origin = 'learnpath';
1125 1125
 
1126
-	$linktype=$type;
1127
-	if (($type=="Link _self") or ($type=="Link _blank")) { $type="Link"; }
1126
+	$linktype = $type;
1127
+	if (($type == "Link _self") or ($type == "Link _blank")) { $type = "Link"; }
1128 1128
 
1129 1129
  $link = '';
1130 1130
 
1131 1131
 	switch ($type)
1132 1132
 	{
1133 1133
 		case "Agenda":
1134
-			$TABLEAGENDA 		= Database::get_course_table(TABLE_AGENDA);;
1134
+			$TABLEAGENDA = Database::get_course_table(TABLE_AGENDA); ;
1135 1135
 			$result = Database::query("SELECT * FROM $TABLEAGENDA WHERE id=$id");
1136
-			$myrow=Database::fetch_array($result);
1136
+			$myrow = Database::fetch_array($result);
1137 1137
 
1138
-			$sql="select * from $tbl_learnpath_item where id=$id_in_path";
1139
-			$result=Database::query($sql);	$row=Database::fetch_array($result);
1140
-			if ($row['title'] != '') { $myrow["title"]=$row['title']; }
1141
-			$desc=$row['description'];
1142
-			$agenda_id=$row['item_id'];
1138
+			$sql = "select * from $tbl_learnpath_item where id=$id_in_path";
1139
+			$result = Database::query($sql); $row = Database::fetch_array($result);
1140
+			if ($row['title'] != '') { $myrow["title"] = $row['title']; }
1141
+			$desc = $row['description'];
1142
+			$agenda_id = $row['item_id'];
1143 1143
 
1144 1144
 			if ($builder != 'builder')
1145 1145
 			{
@@ -1154,7 +1154,7 @@  discard block
 block discarded – undo
1154 1154
 		case "Ad_Valvas":
1155 1155
 			$tbl_announcement = Database::get_course_table(TABLE_ANNOUNCEMENT);
1156 1156
 			$result = Database::query("SELECT * FROM $tbl_announcement WHERE id=$id");
1157
-			$myrow=Database::fetch_array($result);
1157
+			$myrow = Database::fetch_array($result);
1158 1158
 
1159 1159
 			if ($builder != 'builder')
1160 1160
 			{
@@ -1167,14 +1167,14 @@  discard block
 block discarded – undo
1167 1167
 			break;
1168 1168
 
1169 1169
 		case "Link" :
1170
-			$TABLETOOLLINK	= Database::get_course_table(TABLE_LINK);
1171
-			$result= Database::query("SELECT * FROM $TABLETOOLLINK WHERE id=$id");
1172
-			$myrow=Database::fetch_array($result);
1170
+			$TABLETOOLLINK = Database::get_course_table(TABLE_LINK);
1171
+			$result = Database::query("SELECT * FROM $TABLETOOLLINK WHERE id=$id");
1172
+			$myrow = Database::fetch_array($result);
1173 1173
 
1174
-			$sql="select * from $tbl_learnpath_item where id=$id_in_path";
1175
-			$result=Database::query($sql);	$row=Database::fetch_array($result);
1174
+			$sql = "select * from $tbl_learnpath_item where id=$id_in_path";
1175
+			$result = Database::query($sql); $row = Database::fetch_array($result);
1176 1176
 
1177
-			$thelink=$myrow["url"];
1177
+			$thelink = $myrow["url"];
1178 1178
 			if ($builder != 'builder')
1179 1179
 			{
1180 1180
 				$link .= api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=$linktype&origin=$origin&thelink=$thelink#$id_in_path";
@@ -1186,16 +1186,16 @@  discard block
 block discarded – undo
1186 1186
 			break;
1187 1187
 
1188 1188
 		case "Exercise":
1189
-			$TBL_EXERCICES  = Database::get_course_table(TABLE_QUIZ_TEST);
1190
-			$result= Database::query("SELECT * FROM $TBL_EXERCICES WHERE id=$id");
1191
-			$myrow=Database::fetch_array($result);
1189
+			$TBL_EXERCICES = Database::get_course_table(TABLE_QUIZ_TEST);
1190
+			$result = Database::query("SELECT * FROM $TBL_EXERCICES WHERE id=$id");
1191
+			$myrow = Database::fetch_array($result);
1192 1192
 
1193
-			if ($builder=='builder') { $origin='builder'; }
1193
+			if ($builder == 'builder') { $origin = 'builder'; }
1194 1194
 			  //this is needed for the exercise_submit.php can delete the session info about tests
1195 1195
 
1196
-			$sql="select * from $tbl_learnpath_item where id=$id_in_path";
1197
-			$result=Database::query($sql);	$row=Database::fetch_array($result);
1198
-			if ($row['title'] != '') { $myrow["title"]=$row['title']; }
1196
+			$sql = "select * from $tbl_learnpath_item where id=$id_in_path";
1197
+			$result = Database::query($sql); $row = Database::fetch_array($result);
1198
+			if ($row['title'] != '') { $myrow["title"] = $row['title']; }
1199 1199
 
1200 1200
 			if ($builder != 'builder')
1201 1201
 			{
@@ -1208,14 +1208,14 @@  discard block
 block discarded – undo
1208 1208
 			break;
1209 1209
 
1210 1210
 		case "HotPotatoes":
1211
-	  	    $TBL_DOCUMENT  = Database::get_course_table(TABLE_DOCUMENT);
1212
-		    $documentPath=api_get_path(SYS_COURSE_PATH).$_course['path'].'/document';
1211
+	  	    $TBL_DOCUMENT = Database::get_course_table(TABLE_DOCUMENT);
1212
+		    $documentPath = api_get_path(SYS_COURSE_PATH).$_course['path'].'/document';
1213 1213
 			$result = Database::query("SELECT * FROM ".$TBL_DOCUMENT." WHERE id=$id");
1214
-		    $myrow= Database::fetch_array($result);
1215
-		    $path=$myrow["path"];
1216
-		  	$name=GetQuizName($path,$documentPath);
1214
+		    $myrow = Database::fetch_array($result);
1215
+		    $path = $myrow["path"];
1216
+		  	$name = GetQuizName($path, $documentPath);
1217 1217
 
1218
-			if ($builder=='builder') { $origin='builder'; }
1218
+			if ($builder == 'builder') { $origin = 'builder'; }
1219 1219
 
1220 1220
 			$cid = $_course['official_code'];
1221 1221
 
@@ -1232,18 +1232,18 @@  discard block
 block discarded – undo
1232 1232
 		case "Forum":
1233 1233
         //deprecated
1234 1234
 			$TBL_FORUMS = Database::get_course_table(TABLE_FORUM);
1235
-			$result= Database::query("SELECT * FROM $TBL_FORUMS WHERE forum_id=$id");
1236
-			$myrow=Database::fetch_array($result);
1235
+			$result = Database::query("SELECT * FROM $TBL_FORUMS WHERE forum_id=$id");
1236
+			$myrow = Database::fetch_array($result);
1237 1237
 
1238
-			if ($builder=='builder') { $origin='builder'; }
1238
+			if ($builder == 'builder') { $origin = 'builder'; }
1239 1239
 
1240
-			$sql="select * from $tbl_learnpath_item where id=$id_in_path";
1241
-			$result=Database::query($sql);	$row=Database::fetch_array($result);
1242
-			if ($row['title'] != '') { $myrow["forum_name"]=$row['title']; }
1240
+			$sql = "select * from $tbl_learnpath_item where id=$id_in_path";
1241
+			$result = Database::query($sql); $row = Database::fetch_array($result);
1242
+			if ($row['title'] != '') { $myrow["forum_name"] = $row['title']; }
1243 1243
 
1244
-			if ($myrow["forum_name"]=='') { $type="Forum"; }
1244
+			if ($myrow["forum_name"] == '') { $type = "Forum"; }
1245 1245
 
1246
-			$forumparameters="forum=".$myrow["forum_id"]."&md5=".$myrow["md5"];
1246
+			$forumparameters = "forum=".$myrow["forum_id"]."&md5=".$myrow["md5"];
1247 1247
 			if ($builder != 'builder')
1248 1248
 			{
1249 1249
 				$link .= api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=Forum&origin=$origin&forumparameters=$forumparameters#$id_in_path";
@@ -1256,15 +1256,15 @@  discard block
 block discarded – undo
1256 1256
 
1257 1257
 		case "Thread":  //forum post
1258 1258
         //deprecated
1259
-			$tbl_topics      = $_course['dbNameGlu'].'bb_topics';
1260
-			$tbl_posts		 = $_course['dbNameGlu'].'bb_posts';
1259
+			$tbl_topics = $_course['dbNameGlu'].'bb_topics';
1260
+			$tbl_posts = $_course['dbNameGlu'].'bb_posts';
1261 1261
 			$TBL_FORUMS = $_course['dbNameGlu']."bb_forums";
1262
-			$sql="SELECT * FROM $tbl_topics where topic_id=$id";
1263
-			$result= Database::query($sql);
1264
-			$myrow=Database::fetch_array($result);
1262
+			$sql = "SELECT * FROM $tbl_topics where topic_id=$id";
1263
+			$result = Database::query($sql);
1264
+			$myrow = Database::fetch_array($result);
1265 1265
 
1266
-			$sql="select * from $tbl_learnpath_item where id=$id_in_path";
1267
-			$result=Database::query($sql);	$row=Database::fetch_array($result);
1266
+			$sql = "select * from $tbl_learnpath_item where id=$id_in_path";
1267
+			$result = Database::query($sql); $row = Database::fetch_array($result);
1268 1268
 
1269 1269
 			if ($builder != 'builder')
1270 1270
 			{
@@ -1311,16 +1311,16 @@  discard block
 block discarded – undo
1311 1311
 			break;
1312 1312
 
1313 1313
 		case "Document":
1314
-			$dbTable  = Database::get_course_table(TABLE_DOCUMENT);
1315
-			$result=Database::query("SELECT * FROM $dbTable WHERE id=$id",__FILE__,__LINE);
1316
-			$myrow=Database::fetch_array($result);
1314
+			$dbTable = Database::get_course_table(TABLE_DOCUMENT);
1315
+			$result = Database::query("SELECT * FROM $dbTable WHERE id=$id", __FILE__, __LINE);
1316
+			$myrow = Database::fetch_array($result);
1317 1317
 
1318
-			$pathname=explode("/",$myrow["path"]); // making a correct name for the link
1319
-			$last=count($pathname)-1;  // making a correct name for the link
1320
-			$filename=$pathname[$last];  // making a correct name for the link
1318
+			$pathname = explode("/", $myrow["path"]); // making a correct name for the link
1319
+			$last = count($pathname) - 1; // making a correct name for the link
1320
+			$filename = $pathname[$last]; // making a correct name for the link
1321 1321
 
1322
-			$sql="select * from $tbl_learnpath_item where id=$id_in_path";
1323
-			$result=Database::query($sql);	$row=Database::fetch_array($result);
1322
+			$sql = "select * from $tbl_learnpath_item where id=$id_in_path";
1323
+			$result = Database::query($sql); $row = Database::fetch_array($result);
1324 1324
 
1325 1325
 			if ($builder != 'builder')
1326 1326
 			{
@@ -1329,10 +1329,10 @@  discard block
 block discarded – undo
1329 1329
 			}
1330 1330
 			else
1331 1331
 			{
1332
-				$enableDocumentParsing='yes';
1332
+				$enableDocumentParsing = 'yes';
1333 1333
 				if (!$enableDocumentParsing)
1334 1334
 				{ //this is the solution for the non-parsing version in the builder
1335
-					$file=urlencode($myrow["path"]);
1335
+					$file = urlencode($myrow["path"]);
1336 1336
 					$link .= "../document/showinframes.php?file=$file";
1337 1337
 				}
1338 1338
 				else
@@ -1374,7 +1374,7 @@  discard block
 block discarded – undo
1374 1374
 			{
1375 1375
 				$link .= api_get_self()."?action=closelesson&source_forum=".$_GET['source_forum']."&how=complete&id_in_path=$id_in_path&learnpath_id=$learnpath_id&type=Course_description&origin=$origin#$id_in_path";
1376 1376
 			} else {
1377
-				$s=api_get_path(WEB_CODE_PATH)."course_description";
1377
+				$s = api_get_path(WEB_CODE_PATH)."course_description";
1378 1378
 				$link .= $s;
1379 1379
 			}
1380 1380
 			break;
@@ -1408,8 +1408,8 @@  discard block
 block discarded – undo
1408 1408
 	$addedresourceid = $_SESSION['addedresourceid'];
1409 1409
 	unset($addedresource[$resource_key]);
1410 1410
 	unset($addedresourceid[$resource_key]);
1411
-	$_SESSION['addedresource']=$addedresource;
1412
-	$_SESSION['addedresourceid']=$addedresourceid ;
1411
+	$_SESSION['addedresource'] = $addedresource;
1412
+	$_SESSION['addedresourceid'] = $addedresourceid;
1413 1413
 }
1414 1414
 
1415 1415
 /**
@@ -1442,9 +1442,9 @@  discard block
 block discarded – undo
1442 1442
 function delete_added_resource($type, $id)
1443 1443
 {
1444 1444
 	global $_course;
1445
-	$TABLERESOURCE 		= Database::get_course_table(TABLE_LINKED_RESOURCES);
1445
+	$TABLERESOURCE = Database::get_course_table(TABLE_LINKED_RESOURCES);
1446 1446
 
1447
-	$sql="DELETE FROM $TABLERESOURCE WHERE source_type='$type' and source_id='$id'";
1447
+	$sql = "DELETE FROM $TABLERESOURCE WHERE source_type='$type' and source_id='$id'";
1448 1448
 	Database::query($sql);
1449 1449
 }
1450 1450
 
@@ -1455,9 +1455,9 @@  discard block
 block discarded – undo
1455 1455
 function delete_all_resources_type($type)
1456 1456
 {
1457 1457
   global $_course;
1458
-  $TABLERESOURCE 		= Database::get_course_table(TABLE_LINKED_RESOURCES);
1458
+  $TABLERESOURCE = Database::get_course_table(TABLE_LINKED_RESOURCES);
1459 1459
 
1460
-  $sql="DELETE FROM $TABLERESOURCE WHERE source_type='$type'";
1460
+  $sql = "DELETE FROM $TABLERESOURCE WHERE source_type='$type'";
1461 1461
 
1462 1462
   Database::query($sql);
1463 1463
 }
@@ -1468,11 +1468,11 @@  discard block
 block discarded – undo
1468 1468
 function check_added_resources($type, $id)
1469 1469
 {
1470 1470
 	global $_course, $origin;
1471
-	$TABLERESOURCE 		= Database::get_course_table(TABLE_LINKED_RESOURCES);
1472
-	$sql="SELECT * FROM $TABLERESOURCE WHERE source_type='$type' and source_id='$id'";
1473
-	$result=Database::query($sql);
1474
-	$number_added=Database::num_rows($result);
1475
-	if ($number_added<>0)
1471
+	$TABLERESOURCE = Database::get_course_table(TABLE_LINKED_RESOURCES);
1472
+	$sql = "SELECT * FROM $TABLERESOURCE WHERE source_type='$type' and source_id='$id'";
1473
+	$result = Database::query($sql);
1474
+	$number_added = Database::num_rows($result);
1475
+	if ($number_added <> 0)
1476 1476
 		return true;
1477 1477
 	else
1478 1478
 		return false;
@@ -1485,18 +1485,18 @@  discard block
 block discarded – undo
1485 1485
 */
1486 1486
 function edit_added_resources($type, $id)
1487 1487
 {
1488
-	$TABLERESOURCE 		= Database::get_course_table(TABLE_LINKED_RESOURCES);
1488
+	$TABLERESOURCE = Database::get_course_table(TABLE_LINKED_RESOURCES);
1489 1489
     $course_id = api_get_course_int_id();
1490 1490
     $id = intval($id);
1491 1491
     $type = Database::escape_string($type);
1492
-	$sql="SELECT * FROM $TABLERESOURCE WHERE c_id = $course_id AND source_type='$type' and source_id=$id";
1493
-	$result=Database::query($sql);
1494
-	while ($row=Database::fetch_array($result))	{
1495
-		$addedresource[]=$row["resource_type"];
1496
-		$addedresourceid[]=$row["resource_id"];
1492
+	$sql = "SELECT * FROM $TABLERESOURCE WHERE c_id = $course_id AND source_type='$type' and source_id=$id";
1493
+	$result = Database::query($sql);
1494
+	while ($row = Database::fetch_array($result)) {
1495
+		$addedresource[] = $row["resource_type"];
1496
+		$addedresourceid[] = $row["resource_id"];
1497 1497
 	}
1498
-	$_SESSION['addedresource']=$addedresource;
1499
-	$_SESSION['addedresourceid']=$addedresourceid;
1498
+	$_SESSION['addedresource'] = $addedresource;
1499
+	$_SESSION['addedresourceid'] = $addedresourceid;
1500 1500
 }
1501 1501
 
1502 1502
 /**
@@ -1506,12 +1506,12 @@  discard block
 block discarded – undo
1506 1506
 */
1507 1507
 function update_added_resources($type, $id)
1508 1508
 {
1509
-	$TABLERESOURCE 		= Database::get_course_table(TABLE_LINKED_RESOURCES);
1509
+	$TABLERESOURCE = Database::get_course_table(TABLE_LINKED_RESOURCES);
1510 1510
     $course_id = api_get_course_int_id();
1511 1511
     $id = intval($id);
1512 1512
     $type = Database::escape_string($type);
1513 1513
 	// delete all the added resources for this item in the database;
1514
-	$sql="DELETE FROM $TABLERESOURCE WHERE c_id = $course_id AND source_type='$type' AND source_id='$id'";
1514
+	$sql = "DELETE FROM $TABLERESOURCE WHERE c_id = $course_id AND source_type='$type' AND source_id='$id'";
1515 1515
 	//echo $sql;
1516 1516
 	Database::query($sql);
1517 1517
 
@@ -1525,25 +1525,25 @@  discard block
 block discarded – undo
1525 1525
 /**
1526 1526
 * this function is to display the resources that were added to a specific item
1527 1527
 */
1528
-function display_added_resources($type, $id, $style='')
1528
+function display_added_resources($type, $id, $style = '')
1529 1529
 {
1530 1530
 	// the array containing the icons
1531
-	$arr_icons=array('Agenda'=>'../img/agenda.gif', 'Ad Valvas'=>'../img/valves.gif', 'Link'=>'../img/links.gif', 'Exercise'=>'../img/quiz.gif' );
1531
+	$arr_icons = array('Agenda'=>'../img/agenda.gif', 'Ad Valvas'=>'../img/valves.gif', 'Link'=>'../img/links.gif', 'Exercise'=>'../img/quiz.gif');
1532 1532
 
1533 1533
 	global $_course, $origin;
1534
-	$TABLERESOURCE 		= Database::get_course_table(TABLE_LINKED_RESOURCES);
1534
+	$TABLERESOURCE = Database::get_course_table(TABLE_LINKED_RESOURCES);
1535 1535
 
1536
-	$sql="SELECT * FROM $TABLERESOURCE WHERE source_type='$type' and source_id='$id'";
1537
-	$result=Database::query($sql);
1538
-	while ($row=Database::fetch_array($result))
1536
+	$sql = "SELECT * FROM $TABLERESOURCE WHERE source_type='$type' and source_id='$id'";
1537
+	$result = Database::query($sql);
1538
+	while ($row = Database::fetch_array($result))
1539 1539
 	{
1540 1540
 		if ($origin != 'learnpath')
1541 1541
 		{
1542
-			display_addedresource_link($row['resource_type'], $row['resource_id'], $style) ;
1542
+			display_addedresource_link($row['resource_type'], $row['resource_id'], $style);
1543 1543
 		}
1544 1544
 		else
1545 1545
 		{
1546
-			display_addedresource_link_in_learnpath($row['resource_type'], $row['resource_id'],'agendaitems','','builder','icon') ; echo "<br>";
1546
+			display_addedresource_link_in_learnpath($row['resource_type'], $row['resource_id'], 'agendaitems', '', 'builder', 'icon'); echo "<br>";
1547 1547
 		}
1548 1548
 	}
1549 1549
 }
@@ -1562,7 +1562,7 @@  discard block
 block discarded – undo
1562 1562
 	global $locationkey;
1563 1563
 	global $source_id, $action, $learnpath_id, $chapter_id, $originalresource;
1564 1564
 
1565
-	if ($resourceaction=="removeresource")
1565
+	if ($resourceaction == "removeresource")
1566 1566
 	{
1567 1567
 		/* unneccessary because when editing we delete all the added resources from the
1568 1568
 		database and add all these from the session
@@ -1583,8 +1583,8 @@  discard block
 block discarded – undo
1583 1583
 		//echo "remove from session";
1584 1584
 		remove_resource($locationkey);
1585 1585
 	}
1586
-	$addedresource=$_SESSION['addedresource'];
1587
-	$addedresourceid=$_SESSION['addedresourceid'];
1586
+	$addedresource = $_SESSION['addedresource'];
1587
+	$addedresourceid = $_SESSION['addedresourceid'];
1588 1588
 	if (is_array($addedresource))
1589 1589
 	{
1590 1590
 		echo '<table>';
@@ -1592,16 +1592,16 @@  discard block
 block discarded – undo
1592 1592
 		{
1593 1593
 			//echo $resource.":".$addedresourceid[key($addedresource)];
1594 1594
 			echo '<tr><td>';
1595
-			display_addedresource_link($resource,$addedresourceid[key($addedresource)]);
1595
+			display_addedresource_link($resource, $addedresourceid[key($addedresource)]);
1596 1596
 			echo '</td><td width="30">';
1597 1597
 
1598 1598
 			// if $_SERVER['REQUEST_URI'] contains and ?id=xx we have an edit and the url for deleting a session added resource
1599 1599
 			// should also contain this id.
1600
-			$test=parse_url($_SERVER['REQUEST_URI']);
1600
+			$test = parse_url($_SERVER['REQUEST_URI']);
1601 1601
 			$output = array();
1602
-			parse_str($test['query'],$output);
1602
+			parse_str($test['query'], $output);
1603 1603
 
1604
-			if ($showdeleteimg==1)
1604
+			if ($showdeleteimg == 1)
1605 1605
 			{
1606 1606
 				//if (strstr($_SERVER['REQUEST_URI'],"?id="))
1607 1607
 				//	{ echo " <a href='".api_get_self()."?id=".$output['id']."&amp;"; }
@@ -1635,8 +1635,8 @@  discard block
 block discarded – undo
1635 1635
 	global $from_learnpath, $source_id, $action, $learnpath_id, $chapter_id, $originalresource, $folder, $content, $target;
1636 1636
 	//global $_SESSION['addresource'];
1637 1637
 	//global $_SESSION['addresourceid'];
1638
-	$addedresource=$_SESSION['addedresource'];
1639
-	$addedresourceid=$_SESSION['addedresourceid'];
1638
+	$addedresource = $_SESSION['addedresource'];
1639
+	$addedresourceid = $_SESSION['addedresourceid'];
1640 1640
 
1641 1641
 	if (is_array($_SESSION['addedresource']))
1642 1642
 	{
@@ -1649,16 +1649,16 @@  discard block
 block discarded – undo
1649 1649
 			//print_r($addedresourceid);
1650 1650
 			//echo "<br>";
1651 1651
 
1652
-			if ($toolcompare==$type and $addedresourceid[key($addedresource)]==$id)
1652
+			if ($toolcompare == $type and $addedresourceid[key($addedresource)] == $id)
1653 1653
 			{
1654
-				$show=0;
1654
+				$show = 0;
1655 1655
 			}
1656 1656
 			next($addedresource);
1657 1657
 		}
1658
-		if ($from_learnpath) { $lang_add_it_or_resource=get_lang('AddIt'); } else { $lang_add_it_or_resource=get_lang('AddResource'); }
1659
-		if ($show!==0)
1658
+		if ($from_learnpath) { $lang_add_it_or_resource = get_lang('AddIt'); } else { $lang_add_it_or_resource = get_lang('AddResource'); }
1659
+		if ($show !== 0)
1660 1660
 		{
1661
-			if ($type=="Document")
1661
+			if ($type == "Document")
1662 1662
 			{
1663 1663
 				echo "<a href=".api_get_self()."?content=".$type."&folder=".$folder."&source_forum=".$_GET['source_forum']."&add=".$id."&source_id=$source_id&action=$action&learnpath_id=$learnpath_id&chapter_id=$chapter_id&originalresource=no>".$lang_add_it_or_resource."</a>";
1664 1664
 			}
@@ -1670,9 +1670,9 @@  discard block
 block discarded – undo
1670 1670
 	}
1671 1671
 	else // if it is not an array, it is a string
1672 1672
 	{
1673
-		if ($_SESSION['addedresource']!==$type or $_SESSION['addedresourceid']!==$id)
1673
+		if ($_SESSION['addedresource'] !== $type or $_SESSION['addedresourceid'] !== $id)
1674 1674
 		{
1675
-			if ($from_learnpath) { $lang_add_it_or_resource=get_lang('AddIt'); } else { $lang_add_it_or_resource=get_lang('AddResource'); }
1675
+			if ($from_learnpath) { $lang_add_it_or_resource = get_lang('AddIt'); } else { $lang_add_it_or_resource = get_lang('AddResource'); }
1676 1676
 			echo "<a href='".api_get_self()."?content=".$type."&folder=".$folder."&source_forum=".$_GET['source_forum']."&add=".$id."&source_id=$source_id&action=$action&learnpath_id=$learnpath_id&chapter_id=$chapter_id&originalresource=no&target=$target'>".$lang_add_it_or_resource."</a>";
1677 1677
 		}
1678 1678
 	}
Please login to merge, or discard this patch.
main/resourcelinker/resourcelinker.php 1 patch
Spacing   +39 added lines, -39 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@  discard block
 block discarded – undo
17 17
 use ChamiloSession as Session;
18 18
 
19 19
 include ('../inc/global.inc.php');
20
-$this_section=SECTION_COURSES;
20
+$this_section = SECTION_COURSES;
21 21
 
22 22
 api_protect_course_script();
23 23
 
@@ -110,11 +110,11 @@  discard block
 block discarded – undo
110 110
 	$max_temp2 = $row[0];
111 111
 	if ($max_temp2 > $max_temp)
112 112
 	{
113
-		$order = $max_temp2 +1;
113
+		$order = $max_temp2 + 1;
114 114
 	}
115 115
 	else
116 116
 	{
117
-		$order = $max_temp +1;
117
+		$order = $max_temp + 1;
118 118
 	}
119 119
 
120 120
 	$sql = "INSERT INTO $tbl_learnpath_chapter "."(learnpath_id,chapter_name,chapter_description,parent_chapter_id,display_order) "." VALUES "."($learnpath_id, '$title', '$description', $chapter_id, $order )";
@@ -186,21 +186,21 @@  discard block
 block discarded – undo
186 186
 		//calculating the last order of the items of this chapter
187 187
 		$sql = "SELECT MAX(display_order) FROM $tbl_learnpath_item WHERE chapter_id=$chapter_id";
188 188
 		$result = Database::query($sql);
189
-		if(Database::num_rows($result)==0){
189
+		if (Database::num_rows($result) == 0) {
190 190
 			$lastorder_item = 0;
191
-		}else{
191
+		} else {
192 192
 			$row = Database::fetch_array($result);
193 193
 			$lastorder_item = ($row[0]);
194 194
 		}
195 195
 		$sql = "SELECT MAX(display_order) FROM $tbl_learnpath_chapter WHERE parent_chapter_id=$chapter_id";
196 196
 		$result = Database::query($sql);
197
-		if(Database::num_rows($result)==0){
197
+		if (Database::num_rows($result) == 0) {
198 198
 			$lastorder_chapter = 0;
199
-		}else{
199
+		} else {
200 200
 			$row = Database::fetch_array($result);
201 201
 			$lastorder_chapter = ($row[0]);
202 202
 		}
203
-		$lastorder = ($lastorder_chapter>$lastorder_item?$lastorder_chapter+1:$lastorder_item+1);
203
+		$lastorder = ($lastorder_chapter > $lastorder_item ? $lastorder_chapter + 1 : $lastorder_item + 1);
204 204
 
205 205
 		foreach ($addedresource as $addedresource_item)
206 206
 		{
@@ -251,8 +251,8 @@  discard block
 block discarded – undo
251 251
 				$addedresourceassigned[$i] = 1;
252 252
 				$resource_added = true;
253 253
 			}
254
-			$i ++;
255
-			$lastorder ++;
254
+			$i++;
255
+			$lastorder++;
256 256
 		}
257 257
 		//$_SESSION['addedresource']=null;
258 258
 		//$_SESSION['addedresourceid']=null;
@@ -294,34 +294,34 @@  discard block
 block discarded – undo
294 294
 				$url = "../calendar/agenda.php?action=add";
295 295
 			}
296 296
 			$originaltoolname = get_lang("Agenda");
297
-			$breadcrumbelement = array ("url" => $url, "name" => $originaltoolname);
297
+			$breadcrumbelement = array("url" => $url, "name" => $originaltoolname);
298 298
 			session_unregister('from_learnpath');
299 299
 			unset ($from_learnpath);
300 300
 			break;
301 301
 		case "2" : // coming from forum: new topic
302 302
 			$url = "../phpbb/newtopic.php?forum=$source_forum&md5=$md5";
303 303
 			$originaltoolname = get_lang("ForumAddNewTopic");
304
-			$breadcrumbelement = array ("url" => $url, "name" => $originaltoolname);
304
+			$breadcrumbelement = array("url" => $url, "name" => $originaltoolname);
305 305
 			session_unregister('from_learnpath');
306 306
 			unset ($from_learnpath);
307 307
 			break;
308 308
 		case "3" : // coming from forum: edit topic
309 309
 			$url = "../phpbb/editpost.php?post_id=$post_id&topic=$topic&forum=$forum&md5=$md5&originalresource=no";
310 310
 			$originaltoolname = get_lang("ForumEditTopic");
311
-			$breadcrumbelement = array ("url" => $url, "name" => $originaltoolname);
311
+			$breadcrumbelement = array("url" => $url, "name" => $originaltoolname);
312 312
 			session_unregister('from_learnpath');
313 313
 			unset ($from_learnpath);
314 314
 			break;
315 315
 		case "4" : // coming from exercises: edit topic
316 316
 			$url = "../exercice/admin.php?modifyAnswers=$modifyAnswers";
317 317
 			$originaltoolname = get_lang("ExerciseAnswers");
318
-			$breadcrumbelement = array ("url" => $url, "name" => $originaltoolname);
318
+			$breadcrumbelement = array("url" => $url, "name" => $originaltoolname);
319 319
 			session_unregister('from_learnpath');
320 320
 			unset ($from_learnpath);
321 321
 			break;
322 322
 		case "5" : // coming from learning path
323 323
 			$from_learnpath = 'yes';
324
-			Session::write('from_learnpath',$from_learnpath);
324
+			Session::write('from_learnpath', $from_learnpath);
325 325
 			break;
326 326
 			/*************************************** end add [email protected] *********************************/
327 327
 
@@ -329,7 +329,7 @@  discard block
 block discarded – undo
329 329
 	// We do not come from the learning path. We store the name of the tool & url in a session.
330 330
 	if ($from_learnpath != 'yes')
331 331
 	{
332
-		if (!$_SESSION["origintoolurl"] OR $_SESSION["origintoolurl"]<>$interbreadcrumb["url"])
332
+		if (!$_SESSION["origintoolurl"] OR $_SESSION["origintoolurl"] <> $interbreadcrumb["url"])
333 333
 		{
334 334
 			$_SESSION["origintoolurl"] = $breadcrumbelement["url"];
335 335
 			$_SESSION["origintoolname"] = $breadcrumbelement["name"];
@@ -344,7 +344,7 @@  discard block
 block discarded – undo
344 344
 if ($from_learnpath != 'yes')
345 345
 {
346 346
 	$nameTools = get_lang('AddResource');
347
-	$interbreadcrumb[] = array ("url" => $_SESSION["origintoolurl"], "name" => $_SESSION["origintoolname"]);
347
+	$interbreadcrumb[] = array("url" => $_SESSION["origintoolurl"], "name" => $_SESSION["origintoolname"]);
348 348
 }
349 349
 else
350 350
 {
@@ -360,9 +360,9 @@  discard block
 block discarded – undo
360 360
 
361 361
 	$from_learnpath = 'yes';
362 362
 	session_register('from_learnpath');
363
-	$interbreadcrumb[] = array ("url" => "../scorm/scormdocument.php", "name" => get_lang('LearningPath'));
364
-	$interbreadcrumb[] = array ("url" => "../learnpath/learnpath_handler.php?learnpath_id=$learnpath_id", "name" => "{$therow['learnpath_name']}");
365
-	$interbreadcrumb[] = array ("url" => api_get_self()."?action=$action&learnpath_id=$learnpath_id&chapter_id=$chapter_id&originalresource=no", "name" => "{$therow2['chapter_name']}");
363
+	$interbreadcrumb[] = array("url" => "../scorm/scormdocument.php", "name" => get_lang('LearningPath'));
364
+	$interbreadcrumb[] = array("url" => "../learnpath/learnpath_handler.php?learnpath_id=$learnpath_id", "name" => "{$therow['learnpath_name']}");
365
+	$interbreadcrumb[] = array("url" => api_get_self()."?action=$action&learnpath_id=$learnpath_id&chapter_id=$chapter_id&originalresource=no", "name" => "{$therow2['chapter_name']}");
366 366
 
367 367
 }
368 368
 
@@ -387,13 +387,13 @@  discard block
 block discarded – undo
387 387
 // we retrieve the tools that are active.
388 388
 // We use this to check which resources a student may add (only the modules that are active)
389 389
 // see http://www.dokeos.com/forum/viewtopic.php?t=4858
390
-$active_modules=array();
390
+$active_modules = array();
391 391
 $tool_table = Database::get_course_table(TABLE_TOOL_LIST);
392
-$sql_select_active="SELECT * FROM $tool_table WHERE visibility='1'";
393
-$result_select_active=Database::query($sql_select_active);
394
-while ($row=Database::fetch_array($result_select_active))
392
+$sql_select_active = "SELECT * FROM $tool_table WHERE visibility='1'";
393
+$result_select_active = Database::query($sql_select_active);
394
+while ($row = Database::fetch_array($result_select_active))
395 395
 {
396
-	$active_modules[]=$row['name'];
396
+	$active_modules[] = $row['name'];
397 397
 }
398 398
 
399 399
 
@@ -408,7 +408,7 @@  discard block
 block discarded – undo
408 408
           <td width="26%"><b><?php echo get_lang('CourseResources'); ?></b></td>
409 409
         </tr>
410 410
         <?php
411
-        if (api_is_allowed_to_edit() OR in_array(TOOL_DOCUMENT,$active_modules))
411
+        if (api_is_allowed_to_edit() OR in_array(TOOL_DOCUMENT, $active_modules))
412 412
         {
413 413
         ?>
414 414
         <tr>
@@ -416,7 +416,7 @@  discard block
 block discarded – undo
416 416
         </tr>
417 417
         <?php
418 418
         }
419
-        if (api_is_allowed_to_edit() OR in_array(TOOL_CALENDAR_EVENT,$active_modules))
419
+        if (api_is_allowed_to_edit() OR in_array(TOOL_CALENDAR_EVENT, $active_modules))
420 420
         {
421 421
         ?>
422 422
         <tr>
@@ -424,7 +424,7 @@  discard block
 block discarded – undo
424 424
         </tr>
425 425
         <?php
426 426
         }
427
-        if (api_is_allowed_to_edit() OR in_array(TOOL_ANNOUNCEMENT,$active_modules))
427
+        if (api_is_allowed_to_edit() OR in_array(TOOL_ANNOUNCEMENT, $active_modules))
428 428
         {
429 429
         ?>
430 430
         <tr>
@@ -432,7 +432,7 @@  discard block
 block discarded – undo
432 432
         </tr>
433 433
         <?php
434 434
         }
435
-        if (api_is_allowed_to_edit() OR in_array(TOOL_BB_FORUM,$active_modules))
435
+        if (api_is_allowed_to_edit() OR in_array(TOOL_BB_FORUM, $active_modules))
436 436
         {
437 437
         ?>
438 438
         <tr>
@@ -440,7 +440,7 @@  discard block
 block discarded – undo
440 440
         </tr>
441 441
         <?php
442 442
         }
443
-        if (api_is_allowed_to_edit() OR in_array(TOOL_LINK,$active_modules))
443
+        if (api_is_allowed_to_edit() OR in_array(TOOL_LINK, $active_modules))
444 444
         {
445 445
         ?>
446 446
         <tr>
@@ -448,7 +448,7 @@  discard block
 block discarded – undo
448 448
         </tr>
449 449
         <?php
450 450
         }
451
-        if (api_is_allowed_to_edit() OR in_array(TOOL_QUIZ,$active_modules))
451
+        if (api_is_allowed_to_edit() OR in_array(TOOL_QUIZ, $active_modules))
452 452
         {
453 453
         ?>
454 454
         <tr>
@@ -468,7 +468,7 @@  discard block
 block discarded – undo
468 468
 		<tr>
469 469
           <td width="26%"><b><?php echo get_lang('ExportableCourseResources'); ?></b></td>
470 470
         </tr>
471
-<?php if ($multi_level_learnpath === true ) { ?>
471
+<?php if ($multi_level_learnpath === true) { ?>
472 472
         <tr>
473 473
           <td><?php echo "<a href=\"".api_get_self()."?content=chapter&action=$action&id=$id&learnpath_id=$learnpath_id&chapter_id=$chapter_id&source_forum=$source_forum&originalresource=no\">".get_lang('Chapter')."</a>"; ?></td>
474 474
         </tr>
@@ -589,10 +589,10 @@  discard block
 block discarded – undo
589 589
 // Agenda items -->
590 590
 if ($content == "Agenda")
591 591
 {
592
-	$TABLEAGENDA 			= Database::get_course_table(TABLE_AGENDA);
593
-	$TABLE_ITEM_PROPERTY 	= Database::get_course_table(TABLE_ITEM_PROPERTY);
592
+	$TABLEAGENDA = Database::get_course_table(TABLE_AGENDA);
593
+	$TABLE_ITEM_PROPERTY = Database::get_course_table(TABLE_ITEM_PROPERTY);
594 594
 
595
-	$sql="SELECT agenda.*, toolitemproperties.*
595
+	$sql = "SELECT agenda.*, toolitemproperties.*
596 596
 					FROM ".$TABLEAGENDA." agenda, ".$TABLE_ITEM_PROPERTY." toolitemproperties
597 597
 					WHERE agenda.id = toolitemproperties.ref
598 598
 					AND toolitemproperties.tool='".TOOL_CALENDAR_EVENT."'
@@ -638,7 +638,7 @@  discard block
 block discarded – undo
638 638
 // 2. we come to the resource linker for the first time (documents = default). In this case it can only be shown if
639 639
 //  			a. one is a teacher (documents can be shown even if the tool is inactive)
640 640
 //				b. one is a student AND the documents tool is active. Student cannot add documents if the documents tool is inactive (teacher can do this)
641
-if ($content == "Document" OR (empty($content) AND (api_is_allowed_to_edit() OR in_array(TOOL_DOCUMENT,$active_modules))) AND !$_GET['showresources'])
641
+if ($content == "Document" OR (empty($content) AND (api_is_allowed_to_edit() OR in_array(TOOL_DOCUMENT, $active_modules))) AND !$_GET['showresources'])
642 642
 {
643 643
 	// setting variables for file locations
644 644
 	$baseServDir = $_configuration['root_sys'];
@@ -698,7 +698,7 @@  discard block
 block discarded – undo
698 698
 {
699 699
 	$TBL_FORUMS 		= Database::get_course_table(TABLE_FORUM);
700 700
 	$TBL_CATAGORIES 	= Database::get_course_table(TABLE_FORUM_CATEGORY);
701
-	$TBL_FORUMTOPICS 	= Database::get_course_table(TABLE_FORUM_POST);
701
+	$TBL_FORUMTOPICS = Database::get_course_table(TABLE_FORUM_POST);
702 702
 	$tbl_posts 			= Database::get_course_table(TABLE_FORUM_POST);
703 703
 	$tbl_posts_text 	= Database::get_course_table(TOOL_FORUM_POST_TEXT_TABLE);
704 704
 
@@ -883,9 +883,9 @@  discard block
 block discarded – undo
883 883
 ?>
884 884
 	</tr>
885 885
     <tr>
886
-      <td><?php if ($is_allowedToEdit) {echo get_lang('AddToLinks');} ?></td>
886
+      <td><?php if ($is_allowedToEdit) {echo get_lang('AddToLinks'); } ?></td>
887 887
       <td>
888
-  	  <?php if ($is_allowedToEdit){?>
888
+  	  <?php if ($is_allowedToEdit) {?>
889 889
 	  <select name="add_2_links" id="add_2_links">
890 890
       <option value="niet toevoegen" selected="selected">-<?php echo get_lang('DontAdd'); ?>-</option>
891 891
 	  <option value="0"><?php echo get_lang('MainCategory'); ?></option>
Please login to merge, or discard this patch.
main/template/default/auth/courses_list.php 1 patch
Spacing   +23 added lines, -23 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@  discard block
 block discarded – undo
17 17
 <!-- Actions: The menu with the different options in cathe course management -->
18 18
 <div id="actions" class="actions">
19 19
     <?php if ($action != 'createcoursecategory') { ?>
20
-	<a href="<?php echo api_get_self(); ?>?action=createcoursecategory"><?php echo Display::return_icon('new_folder.png', get_lang('CreateCourseCategory'),'','32'); ?></a>
20
+	<a href="<?php echo api_get_self(); ?>?action=createcoursecategory"><?php echo Display::return_icon('new_folder.png', get_lang('CreateCourseCategory'), '', '32'); ?></a>
21 21
     <?php } ?>
22 22
 </div>
23 23
 
@@ -49,26 +49,26 @@  discard block
 block discarded – undo
49 49
             $max_category_key = count($user_course_categories);
50 50
             if ($action != 'unsubscribe') { ?>
51 51
                 <a href="courses.php?action=sortmycourses&amp;categoryid=<?php echo $row['id']; ?>&amp;sec_token=<?php echo $stok; ?>#category<?php echo $row['id']; ?>">
52
-                <?php echo Display::display_icon('edit.png', get_lang('Edit'),'',22); ?>
52
+                <?php echo Display::display_icon('edit.png', get_lang('Edit'), '', 22); ?>
53 53
                 </a>
54 54
 
55 55
                 <?php if ($row['id'] != $user_course_categories[0]['id']) { ?>
56 56
                         <a href="courses.php?action=<?php echo $action ?>&amp;move=up&amp;category=<?php echo $row['id']; ?>&amp;sec_token=<?php echo $stok; ?>">
57
-                        <?php echo Display::return_icon('up.png', get_lang('Up'),'',22); ?>
57
+                        <?php echo Display::return_icon('up.png', get_lang('Up'), '', 22); ?>
58 58
                         </a>
59 59
                 <?php } else { ?>
60
-                    <?php echo Display::return_icon('up_na.png', get_lang('Up'),'',22); ?>
60
+                    <?php echo Display::return_icon('up_na.png', get_lang('Up'), '', 22); ?>
61 61
                <?php } ?>
62 62
 
63 63
                 <?php if ($row['id'] != $user_course_categories[$max_category_key - 1]['id']) { ?>
64 64
                     <a href="courses.php?action=<?php echo $action; ?>&amp;move=down&amp;category=<?php echo $row['id']; ?>&amp;sec_token=<?php echo $stok; ?>">
65
-                    <?php echo Display::return_icon('down.png', get_lang('Down'),'',22); ?>
65
+                    <?php echo Display::return_icon('down.png', get_lang('Down'), '', 22); ?>
66 66
                     </a>
67 67
                 <?php } else { ?>
68
-                    <?php echo Display::return_icon('down_na.png', get_lang('Down'),'',22); ?>
68
+                    <?php echo Display::return_icon('down_na.png', get_lang('Down'), '', 22); ?>
69 69
                 <?php } ?>
70 70
                 <a href="courses.php?action=deletecoursecategory&amp;id=<?php echo $row['id']; ?>&amp;sec_token=<?php echo $stok; ?>">
71
-                <?php echo Display::display_icon('delete.png', get_lang('Delete'), array('onclick' => "javascript: if (!confirm('".addslashes(api_htmlentities(get_lang("CourseCategoryAbout2bedeleted"), ENT_QUOTES, api_get_system_encoding()))."')) return false;"),22) ?>
71
+                <?php echo Display::display_icon('delete.png', get_lang('Delete'), array('onclick' => "javascript: if (!confirm('".addslashes(api_htmlentities(get_lang("CourseCategoryAbout2bedeleted"), ENT_QUOTES, api_get_system_encoding()))."')) return false;"), 22) ?>
72 72
                 </a>
73 73
             <?php }
74 74
             echo '<br /><br />';
@@ -122,35 +122,35 @@  discard block
 block discarded – undo
122 122
                     <div style="float:left;width:110px;">
123 123
                     <?php
124 124
                         if (api_get_setting('show_courses_descriptions_in_catalog') == 'true') {
125
-                            $icon_title = get_lang('CourseDetails') . ' - ' . $course['title'];
125
+                            $icon_title = get_lang('CourseDetails').' - '.$course['title'];
126 126
                     ?>
127 127
                     <a href="<?php echo api_get_path(WEB_CODE_PATH); ?>inc/ajax/course_home.ajax.php?a=show_course_information&code=<?php echo $course['code'] ?>" data-title="<?php echo $icon_title ?>" title="<?php echo $icon_title ?>" class="ajax">
128
-                        <?php echo Display::return_icon('info.png', $icon_title,'','22') ?>
128
+                        <?php echo Display::return_icon('info.png', $icon_title, '', '22') ?>
129 129
                        <?php } ?>
130 130
                     </a>
131 131
 
132 132
                     <?php if (isset($_GET['edit']) && $course['code'] == $_GET['edit']) { ?>
133
-                          <?php echo Display::display_icon('edit_na.png', get_lang('Edit'),'',22); ?>
133
+                          <?php echo Display::display_icon('edit_na.png', get_lang('Edit'), '', 22); ?>
134 134
                     <?php } else { ?>
135 135
                         <a href="courses.php?action=<?php echo $action; ?>&amp;edit=<?php echo $course['code']; ?>&amp;sec_token=<?php echo $stok; ?>">
136
-                            <?php echo Display::display_icon('edit.png', get_lang('Edit'),'',22); ?>
136
+                            <?php echo Display::display_icon('edit.png', get_lang('Edit'), '', 22); ?>
137 137
                             </a>
138 138
                     <?php } ?>
139 139
 
140 140
                     <?php if ($key > 0) { ?>
141 141
                         <a href="courses.php?action=<?php echo $action; ?>&amp;move=up&amp;course=<?php echo $course['code']; ?>&amp;category=<?php echo $course['user_course_cat']; ?>&amp;sec_token=<?php echo $stok; ?>">
142
-                        <?php echo Display::display_icon('up.png', get_lang('Up'),'',22); ?>
142
+                        <?php echo Display::display_icon('up.png', get_lang('Up'), '', 22); ?>
143 143
                         </a>
144 144
                     <?php } else { ?>
145
-                        <?php echo Display::display_icon('up_na.png', get_lang('Up'),'',22); ?>
145
+                        <?php echo Display::display_icon('up_na.png', get_lang('Up'), '', 22); ?>
146 146
                     <?php } ?>
147 147
 
148 148
                     <?php if ($key < $number_of_courses - 1) { ?>
149 149
                         <a href="courses.php?action=<?php echo $action; ?>&amp;move=down&amp;course=<?php echo $course['code']; ?>&amp;category=<?php echo $course['user_course_cat']; ?>&amp;sec_token=<?php echo $stok; ?>">
150
-                        <?php echo Display::display_icon('down.png', get_lang('Down'),'',22); ?>
150
+                        <?php echo Display::display_icon('down.png', get_lang('Down'), '', 22); ?>
151 151
                         </a>
152 152
                     <?php } else { ?>
153
-                        <?php echo Display::display_icon('down_na.png', get_lang('Down'),'',22); ?>
153
+                        <?php echo Display::display_icon('down_na.png', get_lang('Down'), '', 22); ?>
154 154
                     <?php } ?>
155 155
 
156 156
                   </div>
@@ -221,36 +221,36 @@  discard block
 block discarded – undo
221 221
             <div style="float:left; width:110px">
222 222
             <?php
223 223
             if (api_get_setting('show_courses_descriptions_in_catalog') == 'true') {
224
-            $icon_title = get_lang('CourseDetails') . ' - ' . $course['title'];
224
+            $icon_title = get_lang('CourseDetails').' - '.$course['title'];
225 225
             ?>
226 226
             <a href="<?php echo api_get_path(WEB_CODE_PATH); ?>inc/ajax/course_home.ajax.php?a=show_course_information&code=<?php echo $course['code'] ?>" data-title="<?php echo $icon_title ?>" title="<?php echo $icon_title ?>" class="ajax">
227
-                <?php echo Display::return_icon('info.png', $icon_title, '','22'); ?>
227
+                <?php echo Display::return_icon('info.png', $icon_title, '', '22'); ?>
228 228
             </a>
229 229
             <?php } ?>
230 230
 
231 231
              <?php if (isset($_GET['edit']) && $course['code'] == $_GET['edit']) {   ?>
232
-                    <?php echo Display::display_icon('edit_na.png', get_lang('Edit'),'',22); ?>
232
+                    <?php echo Display::display_icon('edit_na.png', get_lang('Edit'), '', 22); ?>
233 233
                   <?php } else { ?>
234 234
                     <a href="courses.php?action=<?php echo $action; ?>&amp;edit=<?php echo $course['code']; ?>&amp;sec_token=<?php echo $stok; ?>">
235
-                    <?php echo Display::display_icon('edit.png', get_lang('Edit'),'',22); ?>
235
+                    <?php echo Display::display_icon('edit.png', get_lang('Edit'), '', 22); ?>
236 236
                     </a>
237 237
              <?php } ?>
238 238
 
239 239
             <!-- up /down icons-->
240 240
             <?php if ($key > 0) { ?>
241 241
                     <a href="courses.php?action=<?php echo $action; ?>&amp;move=up&amp;course=<?php echo $course['code']; ?>&amp;category=<?php echo $course['user_course_cat']; ?>&amp;sec_token=<?php echo $stok; ?>">
242
-                    <?php echo Display::display_icon('up.png', get_lang('Up'),'',22) ?>
242
+                    <?php echo Display::display_icon('up.png', get_lang('Up'), '', 22) ?>
243 243
                     </a>
244 244
             <?php } else {
245
-                    echo Display::display_icon('up_na.png', get_lang('Up'),'',22);
245
+                    echo Display::display_icon('up_na.png', get_lang('Up'), '', 22);
246 246
                   }
247 247
 
248 248
                   if ($key < $number_of_courses - 1) { ?>
249 249
                     <a href="courses.php?action=<?php echo $action; ?>&amp;move=down&amp;course=<?php echo $course['code']; ?>&amp;category=<?php echo $course['user_course_cat']; ?>&amp;sec_token=<?php echo $stok; ?>">
250
-                    <?php echo Display::display_icon('down.png', get_lang('Down'),'',22); ?>
250
+                    <?php echo Display::display_icon('down.png', get_lang('Down'), '', 22); ?>
251 251
                     </a>
252 252
             <?php } else {
253
-                    echo Display::display_icon('down_na.png', get_lang('Down'),'',22);
253
+                    echo Display::display_icon('down_na.png', get_lang('Down'), '', 22);
254 254
                   }?>
255 255
                 </div>
256 256
                  <div style="float:left; margin-right:10px;">
Please login to merge, or discard this patch.