Hello,
Sorry small error at export time.
Please open yours file:
{yours site}/administrator/components/com_booklibrary/admin.booklibrary.class.impexp.php
find rows look like:
Code: |
getXMLItemValue($book_xml,'releasedate');
|
and replace them to :
Code: |
getXMLItemValue($book_xml,'releaseDate');
|
Thanks,
OrdaSoft team