Changeset 1503
- Timestamp:
- 12/25/07 12:29:45 (1 year ago)
- Files:
-
- devel/mod/invite/lib/invite_actions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/mod/invite/lib/invite_actions.php
r1482 r1503 151 151 $rssresult = run("files:rss:publish", array($ident, false)); 152 152 $rssresult = run("profile:rss:publish", array($ident, false)); 153 $_SESSION['messages'][] = __gettext("Your account was created! You can now log in using the username and password you supplied. You have been sent an email containing these details for reference purposes."); 153 $_SESSION['messages'][] = sprintf(__gettext("Your account was created! You can now log in using the username ('%s') and password you supplied. You have been sent an email containing these details for reference purposes."),$username); 154 154 delete_records('invitations','code',$code); 155 155
