From: <on...@us...> - 2002-09-20 14:11:32
|
Update of /cvsroot/xoops/xoops-current/html/include In directory usw-pr-cvs1:/tmp/cvs-serv19067 Modified Files: searchform.php Log Message: no message Index: searchform.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/include/searchform.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** searchform.php 15 Jul 2002 08:13:15 -0000 1.1.1.1 --- searchform.php 20 Sep 2002 14:11:27 -0000 1.2 *************** *** 40,42 **** --- 40,43 ---- $search_form->addElement($action_hidden); $search_form->addElement($submit_button); + $search_form->setRequired($query_text); ?> |