/[drupal]/contributions/modules/mailalias/mailalias.module
ViewVC logotype

Diff of /contributions/modules/mailalias/mailalias.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1, Wed Jun 19 11:32:42 2002 UTC revision 1.2, Sun Oct 6 00:49:23 2002 UTC
# Line 8  function mailalias_user($type, $edit, &$ Line 8  function mailalias_user($type, $edit, &$
8        return $output;        return $output;
9      case "edit_form":      case "edit_form":
10        // when user tries to edit his own data $output =        // when user tries to edit his own data $output =
11        $output = form_textfield(t("Email aliases"), "mailalias", $user->mailalias, 70, 255, t("Add any additional email addresses, separated by commas. We use these to identify the author of email submissions. These email addresses are private and are not shared with to other users."));        $output = form_textfield(t("Email aliases"), "mailalias", $user->mailalias, 70, 255, t("Add any additional email addresses, separated by commas. We use these to identify the author of email submissions. These email addresses are private and are not shared with other users."));
12        return $output;        return $output;
13      case "edit_validate":      case "edit_validate":
14        // validate user data editing. TODO        // validate user data editing. TODO

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.2