// Normalize
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12703 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -227,7 +227,7 @@ class AdminAccountingExportControllerCore extends AdminController
|
||||
|
||||
// Bufferize line by line and write it to the file
|
||||
// Todo :: Allow to configure the size of the buffer before flushing it
|
||||
foreach($list as $row)
|
||||
foreach ($list as $row)
|
||||
{
|
||||
$buffer = '';
|
||||
foreach ($row as $col => $val)
|
||||
|
||||
Reference in New Issue
Block a user