From: janw Date: Tue, 28 Nov 2006 11:36:50 +0000 (+0000) Subject: Its easier to read with more than one entry if a linefeed is added after each entry :-) X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=68d5ecb2abd2f1f4930f36a731f724d99cf705ed;p=gosa.git Its easier to read with more than one entry if a linefeed is added after each entry :-) git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5235 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/contrib/fix_munged.php b/contrib/fix_munged.php index 1195fb305..2194e809d 100755 --- a/contrib/fix_munged.php +++ b/contrib/fix_munged.php @@ -84,9 +84,9 @@ for($i=0; $i<$count; $i++) { $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"); } }