"upps forget to rename the class itself: fixed bug in csv export (class addressbook_csv not found)"

This commit is contained in:
Ralf Becker 2008-05-23 05:56:40 +00:00
parent 1580ece9b7
commit 7b6e3be922

View File

@ -14,7 +14,7 @@
/**
* export to csv
*/
class csv_export
class addressbook_csv
{
var $obj;
var $charset;