[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] admin/inc class.bocategories.inc.php, 1.3.2.3.2.1, 1
From: |
Bettina Gille <address@hidden> |
Subject: |
[Phpgroupware-cvs] admin/inc class.bocategories.inc.php, 1.3.2.3.2.1, 1.3.2.3.2.2 class.uiaclmanager.inc.php, 1.5.2.2.2.7, 1.5.2.2.2.8 class.uicategories.inc.php, 1.6.2.8.2.4, 1.6.2.8.2.5 |
Date: |
Tue, 18 Nov 2003 13:22:22 +0000 |
Update of /cvsroot/phpgroupware/admin/inc
In directory subversions:/tmp/cvs-serv2796
Modified Files:
Tag: Version-0_9_16-branch
class.bocategories.inc.php class.uiaclmanager.inc.php
class.uicategories.inc.php
Log Message:
bugfix delete cat
Index: class.uiaclmanager.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/admin/inc/class.uiaclmanager.inc.php,v
retrieving revision 1.5.2.2.2.7
retrieving revision 1.5.2.2.2.8
diff -C2 -d -r1.5.2.2.2.7 -r1.5.2.2.2.8
*** class.uiaclmanager.inc.php 7 Nov 2003 15:00:51 -0000 1.5.2.2.2.7
--- class.uiaclmanager.inc.php 18 Nov 2003 13:22:20 -0000 1.5.2.2.2.8
***************
*** 3,11 ****
* phpGroupWare - Administration
*
* http://www.phpgroupware.org
*
! * --------------------------------------------
*
! * This program is free software; you can redistribute it and/or modify
it *
! * under the terms of the GNU General Public License as published by
the *
! * Free Software Foundation; either version 2 of the License, or (at
your *
! * option) any later version.
*
\**************************************************************************/
/* $Id$ */
--- 3,14 ----
* phpGroupWare - Administration
*
* http://www.phpgroupware.org
*
! *
------------------------------------------------------------------------ *
! * Copyright 2001 - 2003 Free Software Foundation, Inc
*
! * This program is part of the GNU project, see http://www.gnu.org/
*
! *
------------------------------------------------------------------------ *
! * This program is free software; you can redistribute it and/or modify
it *
! * under the terms of the GNU General Public License as published by the
*
! * Free Software Foundation; either version 2 of the License, or (at
your *
! * option) any later version.
*
\**************************************************************************/
/* $Id$ */
Index: class.uicategories.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/admin/inc/class.uicategories.inc.php,v
retrieving revision 1.6.2.8.2.4
retrieving revision 1.6.2.8.2.5
diff -C2 -d -r1.6.2.8.2.4 -r1.6.2.8.2.5
*** class.uicategories.inc.php 24 Jun 2003 21:03:35 -0000 1.6.2.8.2.4
--- class.uicategories.inc.php 18 Nov 2003 13:22:20 -0000 1.6.2.8.2.5
***************
*** 420,424 ****
if ($_POST['subs'])
{
! $this->bo->delete($this->cat_id,True);
}
else
--- 420,424 ----
if ($_POST['subs'])
{
!
$this->bo->delete($this->cat_id,True,False);
}
else
Index: class.bocategories.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/admin/inc/class.bocategories.inc.php,v
retrieving revision 1.3.2.3.2.1
retrieving revision 1.3.2.3.2.2
diff -C2 -d -r1.3.2.3.2.1 -r1.3.2.3.2.2
*** class.bocategories.inc.php 25 May 2003 15:40:38 -0000 1.3.2.3.2.1
--- class.bocategories.inc.php 18 Nov 2003 13:22:19 -0000 1.3.2.3.2.2
***************
*** 128,134 ****
}
! function delete($cat_id,$subs=False)
{
! return $this->cats->delete($cat_id,$subs);
}
--- 128,134 ----
}
! function delete($cat_id,$drop_subs=False,$mod_subs=True)
{
! return
$this->cats->delete($cat_id,$drop_subs,$mod_subs);
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] admin/inc class.bocategories.inc.php, 1.3.2.3.2.1, 1.3.2.3.2.2 class.uiaclmanager.inc.php, 1.5.2.2.2.7, 1.5.2.2.2.8 class.uicategories.inc.php, 1.6.2.8.2.4, 1.6.2.8.2.5,
Bettina Gille <address@hidden> <=