From: <on...@us...> - 2002-09-20 08:30:35
|
Update of /cvsroot/xoops/xoops-current/html/modules/system/admin/groups In directory usw-pr-cvs1:/tmp/cvs-serv8684 Modified Files: groupform.php Log Message: no message Index: groupform.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/modules/system/admin/groups/groupform.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** groupform.php 15 Jul 2002 08:13:45 -0000 1.1.1.1 --- groupform.php 20 Sep 2002 08:30:31 -0000 1.2 *************** *** 53,57 **** } $form->addElement($submit_button); ! $form->setRequired("name"); $form->display(); ?> --- 53,57 ---- } $form->addElement($submit_button); ! $form->setRequired($name_text); $form->display(); ?> |