Completed
Push — master ( a21b67...ec1681 )
by Michael
02:43
created
class/pear/Calendar/tests/week_firstday_0_test.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -34,13 +34,13 @@
 block discarded – undo
34 34
     public function testPrevDay_Array()
35 35
     {
36 36
         $this->assertEqual(array(
37
-                               'year'   => 2003,
38
-                               'month'  => 10,
39
-                               'day'    => 8,
40
-                               'hour'   => 0,
41
-                               'minute' => 0,
42
-                               'second' => 0,
43
-                           ), $this->cal->prevDay('array'));
37
+                                'year'   => 2003,
38
+                                'month'  => 10,
39
+                                'day'    => 8,
40
+                                'hour'   => 0,
41
+                                'minute' => 0,
42
+                                'second' => 0,
43
+                            ), $this->cal->prevDay('array'));
44 44
     }
45 45
 
46 46
     public function testThisDay()
Please login to merge, or discard this patch.
class/pear/Calendar/tests/month_weeks_test.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -32,13 +32,13 @@
 block discarded – undo
32 32
     public function testPrevDay_Array()
33 33
     {
34 34
         $this->assertEqual(array(
35
-                               'year'   => 2003,
36
-                               'month'  => 9,
37
-                               'day'    => 30,
38
-                               'hour'   => 0,
39
-                               'minute' => 0,
40
-                               'second' => 0,
41
-                           ), $this->cal->prevDay('array'));
35
+                                'year'   => 2003,
36
+                                'month'  => 9,
37
+                                'day'    => 30,
38
+                                'hour'   => 0,
39
+                                'minute' => 0,
40
+                                'second' => 0,
41
+                            ), $this->cal->prevDay('array'));
42 42
     }
43 43
 
44 44
     public function testThisDay()
Please login to merge, or discard this patch.
class/pear/Calendar/tests/hour_test.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -27,13 +27,13 @@
 block discarded – undo
27 27
     public function testPrevDay_Array()
28 28
     {
29 29
         $this->assertEqual(array(
30
-                               'year'   => 2003,
31
-                               'month'  => 10,
32
-                               'day'    => 24,
33
-                               'hour'   => 0,
34
-                               'minute' => 0,
35
-                               'second' => 0,
36
-                           ), $this->cal->prevDay('array'));
30
+                                'year'   => 2003,
31
+                                'month'  => 10,
32
+                                'day'    => 24,
33
+                                'hour'   => 0,
34
+                                'minute' => 0,
35
+                                'second' => 0,
36
+                            ), $this->cal->prevDay('array'));
37 37
     }
38 38
 
39 39
     public function testPrevMinute()
Please login to merge, or discard this patch.
class/pear/Calendar/tests/minute_test.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -27,13 +27,13 @@
 block discarded – undo
27 27
     public function testPrevDay_Array()
28 28
     {
29 29
         $this->assertEqual(array(
30
-                               'year'   => 2003,
31
-                               'month'  => 10,
32
-                               'day'    => 24,
33
-                               'hour'   => 0,
34
-                               'minute' => 0,
35
-                               'second' => 0,
36
-                           ), $this->cal->prevDay('array'));
30
+                                'year'   => 2003,
31
+                                'month'  => 10,
32
+                                'day'    => 24,
33
+                                'hour'   => 0,
34
+                                'minute' => 0,
35
+                                'second' => 0,
36
+                            ), $this->cal->prevDay('array'));
37 37
     }
38 38
 
39 39
     public function testPrevSecond()
Please login to merge, or discard this patch.
class/pear/Calendar/tests/day_test.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -27,13 +27,13 @@
 block discarded – undo
27 27
     public function testPrevDay_Array()
28 28
     {
29 29
         $this->assertEqual(array(
30
-                               'year'   => 2003,
31
-                               'month'  => 10,
32
-                               'day'    => 24,
33
-                               'hour'   => 0,
34
-                               'minute' => 0,
35
-                               'second' => 0,
36
-                           ), $this->cal->prevDay('array'));
30
+                                'year'   => 2003,
31
+                                'month'  => 10,
32
+                                'day'    => 24,
33
+                                'hour'   => 0,
34
+                                'minute' => 0,
35
+                                'second' => 0,
36
+                            ), $this->cal->prevDay('array'));
37 37
     }
38 38
 
39 39
     public function testPrevHour()
Please login to merge, or discard this patch.
etablissement.php 1 patch
Indentation   +16 added lines, -16 removed lines patch added patch discarded remove patch
@@ -55,22 +55,22 @@
 block discarded – undo
55 55
 $edit_delete = '';
56 56
 if (is_object($xoopsUser) && $isAdmin) {
57 57
     $edit_delete = '<a href="'
58
-                   . XOOPS_URL
59
-                   . '/modules/extcal/admin/etablissement.php?op=edit_etablissement&etablissement_id='
60
-                   . $etablissement_id
61
-                   . '"><img src="'
62
-                   . $pathIcon16
63
-                   . '/edit.png" width="16px" height="16px" border="0" title="'
64
-                   . _MD_EXTCAL_ETABLISSEMENT_EDIT
65
-                   . '"></a><a href="'
66
-                   . XOOPS_URL
67
-                   . '/modules/extcal/admin/etablissement.php?op=delete_etablissement&etablissement_id='
68
-                   . $etablissement_id
69
-                   . '"><img src="'
70
-                   . $pathIcon16
71
-                   . '/delete.png" width="16px" height="16px" border="0" title="'
72
-                   . _MD_EXTCAL_ETABLISSEMENT_DELETE
73
-                   . '"></a>';
58
+                    . XOOPS_URL
59
+                    . '/modules/extcal/admin/etablissement.php?op=edit_etablissement&etablissement_id='
60
+                    . $etablissement_id
61
+                    . '"><img src="'
62
+                    . $pathIcon16
63
+                    . '/edit.png" width="16px" height="16px" border="0" title="'
64
+                    . _MD_EXTCAL_ETABLISSEMENT_EDIT
65
+                    . '"></a><a href="'
66
+                    . XOOPS_URL
67
+                    . '/modules/extcal/admin/etablissement.php?op=delete_etablissement&etablissement_id='
68
+                    . $etablissement_id
69
+                    . '"><img src="'
70
+                    . $pathIcon16
71
+                    . '/delete.png" width="16px" height="16px" border="0" title="'
72
+                    . _MD_EXTCAL_ETABLISSEMENT_DELETE
73
+                    . '"></a>';
74 74
 }
75 75
 $xoopsTpl->assign('edit_delete', $edit_delete);
76 76
 
Please login to merge, or discard this patch.