Browse Source

Minor - format code.

Julio Montoya 9 years ago
parent
commit
ce40418e53
2 changed files with 4 additions and 2 deletions
  1. 3 2
      main/admin/index.php
  2. 1 0
      main/coursecopy/recycle_course.php

+ 3 - 2
main/admin/index.php

@@ -36,7 +36,9 @@ if (api_is_multiple_url_enabled()) {
 $message = '';
 
 if (api_is_platform_admin()) {
-    if (is_dir(api_get_path(SYS_ARCHIVE_PATH)) && !is_writable(api_get_path(SYS_ARCHIVE_PATH))) {
+    if (is_dir(api_get_path(SYS_ARCHIVE_PATH)) &&
+        !is_writable(api_get_path(SYS_ARCHIVE_PATH))
+    ) {
         $message = Display::return_message(get_lang('ArchivesDirectoryNotWriteableContactAdmin'), 'warning');
     }
 
@@ -76,7 +78,6 @@ if (!empty($hook)) {
 }
 
 /* Users */
-
 $blocks['users']['icon'] = Display::return_icon('members.gif', get_lang('Users'), array(), ICON_SIZE_MEDIUM, false);
 $blocks['users']['label'] = api_ucfirst(get_lang('Users'));
 $blocks['users']['class'] = 'block-admin-users';

+ 1 - 0
main/coursecopy/recycle_course.php

@@ -1,5 +1,6 @@
 <?php
 /* For licensing terms, see /license.txt */
+
 /**
  * Delete resources from a course.
  *