| @@ -196,8 +196,7 @@ discard block | ||
| 196 | 196 |          $tkNum = parse_ini_file('scrip/bse.ini'); | 
| 197 | 197 |          if(is_null($startTime)) { | 
| 198 | 198 |              $startTime = (string)strtotime(date('d-m-Y')); | 
| 199 | - } | |
| 200 | -        else{ | |
| 199 | +        } else{ | |
| 201 | 200 | $startTime = (string)strtotime($startTime); | 
| 202 | 201 | } | 
| 203 | 202 | |
| @@ -228,7 +227,7 @@ discard block | ||
| 228 | 227 |          $tkNum = parse_ini_file('scrip/bse.ini'); | 
| 229 | 228 |          if(is_null($endDate)) { | 
| 230 | 229 |              $et = (string) strtotime(date('d-m-Y')); | 
| 231 | -        }else { | |
| 230 | +        } else { | |
| 232 | 231 | $et= (string) strtotime($endDate); | 
| 233 | 232 | } | 
| 234 | 233 | $st = (string) strtotime($startDate); |