Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| bugs [06-01-2010 00:55] – Birthday code fix 208.125.5.162 | bugs [17-11-2016 12:34] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Bug Tracker ====== | ====== Bug Tracker ====== | ||
| {{bug.png? | {{bug.png? | ||
| - | Try this code in iaddressbook/ | + | |
| + | ==== Version 1.00 ==== | ||
| + | Try this code in iaddressbook/ | ||
| <code php> | <code php> | ||
| Line 10: | Line 12: | ||
| </ | </ | ||
| - | ==== Version 1.00 ==== | + | This code exports LDIF to Mozilla Thunderbird, |
| + | |||
| + | iaddressbook/ | ||
| + | |||
| + | <code php> | ||
| + | $line[] .= rtrim(' | ||
| + | // $line[] .= rtrim(' | ||
| + | $line[] | ||
| + | $line[] .= ' | ||
| + | $line[] .= ' | ||
| + | $line[] .= 'cn: ' | ||
| + | // $line[] .= 'cn: ' | ||
| + | // $line[] .= 'cn: ' | ||
| + | </ | ||
| + | |||
| * Birthday reminder seems a little buggy with the new year. Since December, it only shows people born in january (although some contacts are born in december). | * Birthday reminder seems a little buggy with the new year. Since December, it only shows people born in january (although some contacts are born in december). | ||
| + | * The code has bugs in several files which prevent the program from being executed correctly. The code contains "<? | ||
| + | * [PHP 5.3] All occurences of " | ||
| + | * [PHP 5.3] All objects created by reference should be replaced by " | ||
| ==== Version 0.99 ==== | ==== Version 0.99 ==== | ||