From: Chris W. <la...@us...> - 2005-03-11 03:45:52
|
Update of /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Action In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8626 Modified Files: CommonSearch.pm Log Message: OIN-146: apply patch to document _search_form_customize() Index: CommonSearch.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Action/CommonSearch.pm,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** CommonSearch.pm 26 Feb 2005 03:56:36 -0000 1.22 --- CommonSearch.pm 11 Mar 2005 03:45:41 -0000 1.23 *************** *** 549,553 **** =head1 METHODS FOR 'search_form' ! No additional methods are available for you to override. =head1 CONFIGURATION FOR 'search_form' --- 549,557 ---- =head1 METHODS FOR 'search_form' ! _search_form_customize( \%template_params ) ! ! Add any necessary parameters to C<\%template_params> before the ! content generation step where they get passed to the template ! specified in C<c_search_form_template>. =head1 CONFIGURATION FOR 'search_form' |