Search found 1 match

by robert.weber
08 Oct 2009, 20:42
Forum: General Discussion
Topic: Excel export, description field
Replies: 3
Views: 3277

Re: Excel export, description field

I had this same error. I fixed it by changing line 97 from:

echo $t_function( $t_row[$t_column] );

to:

echo $t_function( $t_row->$t_column );