summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fadcda7)
raw | patch | inline | side by side (parent: fadcda7)
author | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 28 Nov 2006 11:36:50 +0000 (11:36 +0000) | ||
committer | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 28 Nov 2006 11:36:50 +0000 (11:36 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5235 594d385d-05f5-0310-b6e9-bd551577e9d8
contrib/fix_munged.php | patch | blob | history |
diff --git a/contrib/fix_munged.php b/contrib/fix_munged.php
index 1195fb305717853f41d3cff028b91a484304c697..2194e809dd7b2b6d263b7f3a67b238a39829cec5 100755 (executable)
--- a/contrib/fix_munged.php
+++ b/contrib/fix_munged.php
$mungedDial->load($entry['sambamungeddial'][0]);
$modify['sambaMungedDial'][0]= $mungedDial->getMunged();
if(ldap_modify($connection,$entry['dn'],$modify)) {
- print('done.');
+ print("done.\n");
} else {
- print('failed.');
+ print("failed.\n");
}
}