alecpl
2011-06-24 87a2f686f0c0477a33ffe563321cc3eda89e021f
program/steps/addressbook/copy.inc
@@ -40,7 +40,7 @@
    // It maight happen when copying records from search result
    // Do nothing, go to next source
    if ($target == $source) {
    if ((string)$target == (string)$source) {
        continue;
    }