@@ -57,8 +57,7 @@ |
||
| 57 | 57 | $orderBy, |
| 58 | 58 | $orderDir = 'asc', |
| 59 | 59 | $paging = 10 |
| 60 | - ) |
|
| 61 | - { |
|
| 60 | + ) { |
|
| 62 | 61 | self::reset((self::$t['items'] = (string) $items)); |
| 63 | 62 | self::prepare(true); |
| 64 | 63 | self::$t['order']['col'] = $orderBy; |
@@ -87,8 +87,7 @@ |
||
| 87 | 87 | switch (self::$export) { |
| 88 | 88 | case 'Excel': |
| 89 | 89 | case 'CSV': |
| 90 | - $escape = function ($value) |
|
| 91 | - { |
|
| 90 | + $escape = function ($value) { |
|
| 92 | 91 | return str_replace("\t", '	', $value); |
| 93 | 92 | }; |
| 94 | 93 | header('Content-Type:application/csv'); |