[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: phpgwapi/inc class.categories.inc.php,1.90,1.91
From: |
Bettina Gille <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: phpgwapi/inc class.categories.inc.php,1.90,1.91 |
Date: |
Wed, 25 Sep 2002 23:58:23 -0400 |
Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv22264
Modified Files:
class.categories.inc.php
Log Message:
added xsl function
Index: class.categories.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.categories.inc.php,v
retrieving revision 1.90
retrieving revision 1.91
diff -C2 -r1.90 -r1.91
*** class.categories.inc.php 25 Sep 2002 04:02:03 -0000 1.90
--- class.categories.inc.php 26 Sep 2002 03:58:21 -0000 1.91
***************
*** 533,537 ****
'id' => $cat['id'],
'name' => $name,
! 'selected_cat' => $sel_cat
);
}
--- 533,537 ----
'id' => $cat['id'],
'name' => $name,
! 'selected' => $sel_cat
);
}
***************
*** 539,545 ****
for ($i=0;$i<count($cat_list);$i++)
{
! if ($cat_list[$i]['selected_cat'] !=
'selected')
{
!
unset($cat_list[$i]['selected_cat']);
}
}
--- 539,545 ----
for ($i=0;$i<count($cat_list);$i++)
{
! if ($cat_list[$i]['selected'] !=
'selected')
{
!
unset($cat_list[$i]['selected']);
}
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: phpgwapi/inc class.categories.inc.php,1.90,1.91,
Bettina Gille <address@hidden> <=
- Prev by Date:
[Phpgroupware-cvs] CVS: phpgwapi/inc class.nextmatchs.inc.php,1.50,1.51
- Next by Date:
[Phpgroupware-cvs] CVS: phpgwapi/templates/default filter_select.xsl,NONE,1.1 cat_select.xsl,1.1,1.2
- Previous by thread:
[Phpgroupware-cvs] CVS: phpgwapi/inc class.nextmatchs.inc.php,1.50,1.51
- Next by thread:
[Phpgroupware-cvs] CVS: phpgwapi/templates/default filter_select.xsl,NONE,1.1 cat_select.xsl,1.1,1.2
- Index(es):