Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove per-row comment in PHP array grid export, which blows up the r…
  • Loading branch information
ansgarbecker committed Dec 3, 2016
1 parent 3ffcafa commit 795e5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/exportgrid.pas
Expand Up @@ -738,7 +738,7 @@ procedure TfrmExportGrid.btnOKClick(Sender: TObject);

efWiki: tmp := TrimLeft(Separator);

efPHPArray: tmp := #9 + 'array( // row #'+FormatNumber(GridData.RecNo)+CRLF;
efPHPArray: tmp := #9 + 'array('+CRLF;

efMarkDown: tmp := '| ';

Expand Down

0 comments on commit 795e5de

Please sign in to comment.