From: Lewis B. <lbe...@ab...> - 2000-09-19 13:50:38
|
> We've established a test environment and set to check out the program. I am just wondering whether we can do some modifications to these codes or we must get your approval. The reason to do so is that we found under current config, the exported addressbook could not be recognized by Outlook Express because all fields in abook are separated by symbol "|" instead of ",". Is there a patch can fix it? > > I am looking forward you response. Thanks. > > Best wishes, > > Tom Dong No, you don't need anyones approval. The export can be changed without to much work. There is a line in the file addressbook_export.php that reads: $content=fread($fp,filesize($filename)); After that put this: $content_modified = str_replace("|", ",", $content"); This will output the file with commas instead of the SquirrelMail internal format of the " | ". -- Lewis Bergman Texas Communications 4309 Maple St. Abilene, TX 79602 915-695-6962 |