crm-16954-indent-fixes
authorjoannechester <j_chester@optusnet.com.au>
Mon, 3 Aug 2015 13:15:16 +0000 (23:15 +1000)
committerjoannechester <j_chester@optusnet.com.au>
Wed, 26 Aug 2015 11:56:48 +0000 (21:56 +1000)
CRM/Utils/Date.php

index 3a5e59403ff1f011253a5ed9052c6a01f44c40de..7c00e040af9ed070108a7d9c18f26d2902944a5c 100644 (file)
@@ -1458,13 +1458,13 @@ class CRM_Utils_Date {
             break;
 
           case 'starting':
-              $from['d'] = $now['mday'];
-              $from['M'] = $now['mon'];
-              $from['Y'] = $now['year'];
-              $from['H'] = 00;
-              $from['i'] = $to['s'] = 00;
-              $to = self::intervalAdd('day', 30, $from);
-              $to = self::intervalAdd('second', -1, $to);
+            $from['d'] = $now['mday'];
+            $from['M'] = $now['mon'];
+            $from['Y'] = $now['year'];
+            $from['H'] = 00;
+            $from['i'] = $to['s'] = 00;
+            $to = self::intervalAdd('day', 30, $from);
+            $to = self::intervalAdd('second', -1, $to);
             break;
         }
         break;