Parent Directory
|
Revision Log
|
Revision Graph
|
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 |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |