Passed
Push — 25073_inscricao_massa ( 359b1d...2403c5 )
by Roberto
52s
created
locallib.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
     $PAGE->navbar->add($navtitle, new moodle_url('/local/relationship/index.php', array('contextid'=>$context->id)));
46 46
     if($module) {
47 47
         $PAGE->navbar->add(get_string($module, 'local_relationship'),
48
-                           new moodle_url("/local/relationship/{$module}.php", array('relationshipid'=>$relationship->id)));
48
+                            new moodle_url("/local/relationship/{$module}.php", array('relationshipid'=>$relationship->id)));
49 49
     }
50 50
 }
51 51
 
Please login to merge, or discard this patch.
edit.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
     $res = relationship_delete_relationship($relationship);
56 56
     if($res === -1) {
57 57
         print_string('has_cohorts', 'local_relationship');
58
-   }
58
+    }
59 59
     redirect($returnurl);
60 60
 }
61 61
 
Please login to merge, or discard this patch.
classes/progress_tracker.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 
17 17
 /**
18 18
  * class based on core/admin/uu_progress_tracker by Petr Skoda
19
-
20 19
  * @package    local_relationship
21 20
  * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
22 21
  */
Please login to merge, or discard this patch.