@@ -15,7 +15,7 @@ |
||
| 15 | 15 | { |
| 16 | 16 | if($is==true && is_numeric($time) && is_int($time)){ |
| 17 | 17 | $output = true; |
| 18 | - }else{ |
|
| 18 | + } else{ |
|
| 19 | 19 | $output = false; |
| 20 | 20 | } |
| 21 | 21 | return $output; |