[Webbinder-commits] root tiki-browse_categories.php,1.5,1.6
Brought to you by:
jasondiceman,
sylvieg
|
From: Sylvie G. <sy...@us...> - 2006-07-06 16:42:20
|
Update of /cvsroot/webbinder/root In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv21886 Modified Files: tiki-browse_categories.php Log Message: and betwen categ Index: tiki-browse_categories.php =================================================================== RCS file: /cvsroot/webbinder/root/tiki-browse_categories.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** tiki-browse_categories.php 14 Jun 2006 21:08:19 -0000 1.5 --- tiki-browse_categories.php 6 Jul 2006 15:59:58 -0000 1.6 *************** *** 120,124 **** } ! $objects = $categlib->list_category_objects($_REQUEST["parentId"], $offset, $maxRecords, $sort_mode, $type, $find, $deep=='on'); $smarty->assign_by_ref('objects', $objects["data"]); --- 120,124 ---- } ! $objects = $categlib->list_category_objects($_REQUEST["parentId"], $offset, $maxRecords, $sort_mode, $type, $find, $deep=='on', (!empty($_REQUEST['and']))?true:false); $smarty->assign_by_ref('objects', $objects["data"]); |