steffen: server/kolab/kolab/admin/user create_user.php, 1.16, 1.17 vacation.php, 1.10, 1.11

cvs at intevation.de cvs at intevation.de
Thu Apr 22 13:45:20 CEST 2004


Author: steffen

Update of /kolabrepository/server/kolab/kolab/admin/user
In directory doto:/tmp/cvs-serv26755/kolab/admin/user

Modified Files:
	create_user.php vacation.php 
Log Message:
bugfixes

Index: create_user.php
===================================================================
RCS file: /kolabrepository/server/kolab/kolab/admin/user/create_user.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- create_user.php	18 Apr 2004 02:51:41 -0000	1.16
+++ create_user.php	22 Apr 2004 11:45:17 -0000	1.17
@@ -246,8 +246,8 @@
 	 if( !empty( $_POST['userquota'] ) ) {
 	   $ldap_object['userquota'] = $_POST['userquota'];
 	 }
+	 if (!$visible) $dn_add = ",cn=internal";
        }   
-       if (!$visible) $dn_add = ",cn=internal";
        else $dn_add = "";
        $domain_dn = domain_dn();
 
@@ -279,6 +279,7 @@
 	     if ($group == "user") {
 	       unset($ldap_object['sn']);
 	       unset($ldap_object['cn']);
+	       unset($ldap_object['mail']);
 	     }
 	     if (!ldap_modify($link, $dn, $ldap_object)) {
 	       array_push($errors, "LDAP Error: could not modify object $dn ".ldap_error($link));
@@ -361,4 +362,9 @@
    print("</TABLE>\n");
 }
 Foot();
+/*
+  Local variables:
+  buffer-file-coding-system: utf-8
+  End:
+*/
 ?>

Index: vacation.php
===================================================================
RCS file: /kolabrepository/server/kolab/kolab/admin/user/vacation.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- vacation.php	16 Apr 2004 10:17:28 -0000	1.10
+++ vacation.php	22 Apr 2004 11:45:17 -0000	1.11
@@ -187,11 +187,11 @@
       </td></tr>\n";
 
              print "<tr><td><textarea name=\"vacmsg\" cols=\"79\" rows=\"18\">
-Ich bin bis einschließlich 01.01.2004 nicht im Hause.
+Ich bin bis einschließlich 01.01.2004 nicht im Hause.
 
 E-Mails werden nicht automatisch weitergeleitet.
 
-In dringenden Fällen wenden Sie sich bitte an Frau <Urlaubsvertretung>
+In dringenden Fällen wenden Sie sich bitte an Frau <Urlaubsvertretung>
  
 Email: <E-Mail Adresse Urlaubsvertretung>
 Tel. 0711-1111-11
@@ -254,4 +254,9 @@
 }
 
 Foot(); 
+/*
+  Local variables:
+  buffer-file-coding-system: utf-8
+  End:
+*/
 ?>





More information about the commits mailing list