// Normalize

This commit is contained in:
rMalie
2012-01-26 09:29:50 +00:00
parent 668c117133
commit caa389bc46
16 changed files with 134 additions and 170 deletions
@@ -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)