Index: trunk/phase3/includes/User.php |
— | — | @@ -3937,7 +3937,7 @@ |
3938 | 3938 | } |
3939 | 3939 | |
3940 | 3940 | /** |
3941 | | - * Add a newuser log entry for this user |
| 3941 | + * Add a newuser log entry for this user. Before 1.19 the return value was always true. |
3942 | 3942 | * |
3943 | 3943 | * @param $byEmail Boolean: account made by email? |
3944 | 3944 | * @param $reason String: user supplied reason |