From: <al...@us...> - 2008-08-24 20:02:40
|
Revision: 629 http://sciret.svn.sourceforge.net/sciret/?rev=629&view=rev Author: alpeb Date: 2008-08-24 20:02:37 +0000 (Sun, 24 Aug 2008) Log Message: ----------- Bug #1840106: advanced search selecting a particular category wasn't working Modified Paths: -------------- trunk/templates/AdvancedSearch.tpl Modified: trunk/templates/AdvancedSearch.tpl =================================================================== --- trunk/templates/AdvancedSearch.tpl 2008-08-24 19:45:53 UTC (rev 628) +++ trunk/templates/AdvancedSearch.tpl 2008-08-24 20:02:37 UTC (rev 629) @@ -61,7 +61,7 @@ <select name="category"> <option value="0">[l]All[/l]</option> <!-- BEGIN categories_block --> - <option value="{categoryId}" {catSelected}>{category_label}</option> + <option value="{category_id}" {catSelected}>{category_label}</option> <!-- END categories_block --> </select> [l]Include subcategories[/l]: <input type="checkbox" name="includeSubcats" value="true" /> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |