Commit info for scoop/struct:
Modified Files:
scoop.sql
Log Message:
Commiting janra's bug fix for Bug #22. --hulver
Index: scoop.sql
===================================================================
RCS file: /cvs/scoop/scoop/struct/scoop.sql,v
retrieving revision 1.191
retrieving revision 1.192
diff -r1.191 -r1.192
5c5
< -- Server version 4.0.16
---
> -- Server version 4.0.17-log
364a365
> INSERT INTO blocks VALUES ('email_error','Failed to send mail. It could be a problem with the address you entered, or with the server. Please double-check the email address you entered, make sure that it is receiving email, and if still fails, copy and paste the error message and send it to %%local_email%% for help. The error message is: \"%%error%%\".','1','<P>This block is displayed when somebody attempts to create an account but the email sending process fails. The one special key recognised is <B>error</B>, which is whatever Mail::Sendmail returns as its error string.</P>','Emails,Accounts','default','en');
870a872
> INSERT INTO patches VALUES ('1_0-dev',35,'Email','sql');