diff --git a/importer/example.xml b/importer/example.xml
index e125836..f60eec3 100755
--- a/importer/example.xml
+++ b/importer/example.xml
@@ -19,6 +19,7 @@
http://conejo.me/cats/598.jpg
http://conejo.me/cats/1908.jpg
2013-03-08 12:34:56
+ 2015-05-10 05:21:58
diff --git a/importer/index.php b/importer/index.php
index 428c68e..4874fad 100755
--- a/importer/index.php
+++ b/importer/index.php
@@ -86,6 +86,7 @@ function adimporter_ad($listing, $cat_info, $meta_info) {
Params::setParam("currency", @$listing->getElementsByTagName("currency")->item(0)->nodeValue);
Params::setParam("contactName", @$listing->getElementsByTagName("contactname")->item(0)->nodeValue);
Params::setParam("contactEmail", @$listing->getElementsByTagName("contactemail")->item(0)->nodeValue);
+ Params::setParam("dt_expiration", @$listing->getElementsByTagName("dt_expiration")->item(0)->nodeValue);
if($catId==null) {
$cats = $listing->getElementsByTagName("category");