Completed
Push — work-fleets ( 9205bb...9503d9 )
by SuperNova.WS
05:58
created
includes/general.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -676,7 +676,7 @@
 block discarded – undo
676 676
 }
677 677
 
678 678
 if (!function_exists('strptime')) {
679
- function strptime($date, $format) {
679
+  function strptime($date, $format) {
680 680
     $masks = array(
681 681
       '%d' => '(?P<d>[0-9]{2})',
682 682
       '%m' => '(?P<m>[0-9]{2})',
Please login to merge, or discard this patch.