[Kolab-devel] server/kolab/kolab/admin/user forward.php,1.5.2.1,1.5.2.2 by martin at doto.intevation.de

root at intevation.de root at intevation.de
Thu Jul 3 12:04:27 CEST 2003


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

Modified Files:
      Tag: KOLAB_1_0
	forward.php 
Log Message:
Martin K.: RFC allows for email addresses with 320 character (64+ at +255)


Index: forward.php
===================================================================
RCS file: /kolabrepository/server/kolab/kolab/admin/user/forward.php,v
retrieving revision 1.5.2.1
retrieving revision 1.5.2.2
diff -u -d -r1.5.2.1 -r1.5.2.2
--- forward.php	11 Jun 2003 13:37:27 -0000	1.5.2.1
+++ forward.php	3 Jul 2003 10:04:25 -0000	1.5.2.2
@@ -6,7 +6,7 @@
  Read the file COPYING that comes with this packages for details.
 */
   include("head.php");
-  This("user/vacation");
+  This("user/forward");
   Head();
 ?>
 
@@ -34,10 +34,6 @@
 if (!$errors && $group != "user" ) 
    array_push($errors, "Error: You don't have Permissions to access this Menue");
 
-// DEBUG:
-//print "HTTP_GET_VARS: ";
-//print_r($HTTP_GET_VARS);
-
 // read selector for register display
 if (isset($HTTP_GET_VARS['action'])) $action = $HTTP_GET_VARS['action'];
    else $action = "start";
@@ -154,7 +150,7 @@
                 $wrong_email = FALSE;
              }
      print "<tr><td>Forward my email to</td>\n";
-     print "<td align=\"left\"><input type=\"text\" name=\"email\" size=25 maxlength=80 value=\"$email\"></td></tr>\n";
+     print "<td align=\"left\"><input type=\"text\" name=\"email\" size=50 maxlength=320 value=\"$email\"></td></tr>\n";
              print "<tr>\n";
 	     print "<td>Keep copy on server</td><td align=\"left\"><input type=\"checkbox\" name=\"keep\" value=\"keep\"></td>\n";
              print "</tr>\n";





More information about the devel mailing list