Update of /cvsroot/xoops/xoops-current/html/modules/system/admin/mailusers
In directory usw-pr-cvs1:/tmp/cvs-serv18414
Modified Files:
mailform.php
Log Message:
no message
Index: mailform.php
===================================================================
RCS file: /cvsroot/xoops/xoops-current/html/modules/system/admin/mailusers/mailform.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** mailform.php 5 Sep 2002 04:11:27 -0000 1.2
--- mailform.php 20 Sep 2002 08:42:51 -0000 1.3
***************
*** 69,72 ****
$form->addElement($start_hidden);
$form->addElement($submit_button);
! $form->setRequired(array("mail_subject", "mail_body", "mail_send_to"));
?>
--- 69,72 ----
$form->addElement($start_hidden);
$form->addElement($submit_button);
! $form->setRequired(array($subject_text, $body_text, $to_checkbox));
?>
|