]> git.sur5r.net Git - contagged/blobdiff - import.php
more redesign and code cleanup
[contagged] / import.php
index 2f880f16d77b2b1117079839dd8be1bc4054d25e..c26e85c08be9747964ecac06eb2a5781ce441ccf 100644 (file)
@@ -99,9 +99,6 @@ function zaurus_entry($cnct){
   $entry['mobile']       = empty($cnct['HomeMobile']) ? $cnct['BusinessMobile'] : $cnct['HomeMobile'];
   $entry['fax']          = empty($cnct['BusinessFax']) ? $cnct['HomeFax'] : $cnct['BusinessFax'];
 
-#  $entry['anniversary'] = $cnt[''];
-
-  utf8_decode_array($entry);
   return $entry;
 }