|
From: James A. <th...@us...> - 2002-03-18 18:42:28
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv16628/templates/subSilver
Modified Files:
profile_send_email.tpl
Log Message:
Fixed bug #528267
Index: profile_send_email.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/profile_send_email.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** profile_send_email.tpl 18 Nov 2001 14:02:13 -0000 1.3
--- profile_send_email.tpl 18 Mar 2002 18:42:25 -0000 1.4
***************
*** 13,21 ****
if (formObj.message.value.length < 2) {
! formErrors = "You must enter a message!";
}
else if ( formObj.subject.value.length < 2)
{
! formErrors = "You must enter a subject!";
}
--- 13,21 ----
if (formObj.message.value.length < 2) {
! formErrors = "{L_EMPTY_MESSAGE_EMAIL}";
}
else if ( formObj.subject.value.length < 2)
{
! formErrors = "{L_EMPTY_SUBJECT_EMAIL}";
}
|