phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: phpgwapi/inc class.categories.inc.php,1.74.2.20


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.categories.inc.php,1.74.2.20.2.3,1.74.2.20.2.4
Date: Tue, 06 May 2003 17:28:27 -0400

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv17956

Modified Files:
      Tag: Version-0_9_16-branch
        class.categories.inc.php 
Log Message:
removed '

Index: class.categories.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.categories.inc.php,v
retrieving revision 1.74.2.20.2.3
retrieving revision 1.74.2.20.2.4
diff -C2 -r1.74.2.20.2.3 -r1.74.2.20.2.4
*** class.categories.inc.php    6 May 2003 19:43:11 -0000       1.74.2.20.2.3
--- class.categories.inc.php    6 May 2003 21:28:25 -0000       1.74.2.20.2.4
***************
*** 8,12 ****
        * 
------------------------------------------------------------------------ *
        * This library is part of the phpGroupWare API                          
   *
!       * http://www.phpgroupware.org/api                                       
   * 
        * 
------------------------------------------------------------------------ *
        * This library is free software; you can redistribute it and/or modify 
it  *
--- 8,12 ----
        * 
------------------------------------------------------------------------ *
        * This library is part of the phpGroupWare API                          
   *
!       * http://www.phpgroupware.org                                           
   * 
        * 
------------------------------------------------------------------------ *
        * This library is free software; you can redistribute it and/or modify 
it  *
***************
*** 605,609 ****
                        }
  
!                       $this->db->query("DELETE FROM phpgw_categories WHERE 
cat_id='" . $cat_id . $subdelete . "' AND cat_appname='"
                                                        . $this->app_name . 
"'",__LINE__,__FILE__);
                }
--- 605,609 ----
                        }
  
!                       $this->db->query('DELETE FROM phpgw_categories WHERE 
cat_id=' . $cat_id . $subdelete . " AND cat_appname='"
                                                        . $this->app_name . 
"'",__LINE__,__FILE__);
                }





reply via email to

[Prev in Thread] Current Thread [Next in Thread]