phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc class.nextmatchs.inc.php, 1.69 class.cat


From: ceb
Subject: [Phpgroupware-cvs] phpgwapi/inc class.nextmatchs.inc.php, 1.69 class.categories.inc.php, 1.123
Date: Thu, 24 Feb 2005 15:58:39 -0000

Update of phpgwapi/inc

Modified Files:
     Branch: MAIN
            class.nextmatchs.inc.php lines: +2 -2
            class.categories.inc.php lines: +3 -3

Log Message:
applied patch 3642

====================================================
Index: phpgwapi/inc/class.nextmatchs.inc.php
diff -u phpgwapi/inc/class.nextmatchs.inc.php:1.68 
phpgwapi/inc/class.nextmatchs.inc.php:1.69
--- phpgwapi/inc/class.nextmatchs.inc.php:1.68  Thu Dec 30 06:47:31 2004
+++ phpgwapi/inc/class.nextmatchs.inc.php       Thu Jan 13 11:30:12 2005
@@ -943,7 +943,7 @@

                function xslt_filter($data=0)
                {
-                       
$GLOBALS['phpgw']->xslttpl->add_file($GLOBALS['phpgw']->common->get_tpl_dir('phpgwapi','default')
 . SEP . 'filter_select');
+                       
$GLOBALS['phpgw']->xslttpl->add_file($GLOBALS['phpgw']->common->get_tpl_dir('phpgwapi','base')
 . SEP . 'filter_select');

                        if(is_array($data))
                        {

====================================================
Index: phpgwapi/inc/class.categories.inc.php
diff -u phpgwapi/inc/class.categories.inc.php:1.122 
phpgwapi/inc/class.categories.inc.php:1.123
--- phpgwapi/inc/class.categories.inc.php:1.122 Thu Dec 30 06:47:30 2004
+++ phpgwapi/inc/class.categories.inc.php       Thu Jan 13 11:30:00 2005
@@ -3,7 +3,7 @@
        * Category manager
        * @author Joseph Engo <address@hidden>
        * @author Bettina Gille <address@hidden>
-       * @copyright Copyright (C) 2000-2004 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @copyright Copyright (C) 2000-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
        * @license http://www.gnu.org/licenses/lgpl.html GNU Lesser General 
Public License
        * @package phpgwapi
        * @subpackage utilities
@@ -555,7 +555,7 @@
                                $cats = 
$this->return_sorted_array($start,False,$query,$sort,$order,$globals);
                        }

-                       
$GLOBALS['phpgw']->xslttpl->add_file($GLOBALS['phpgw']->common->get_tpl_dir('phpgwapi','default')
 . SEP . 'categories');
+                       
$GLOBALS['phpgw']->xslttpl->add_file($GLOBALS['phpgw']->common->get_tpl_dir('phpgwapi','base')
 . SEP . 'categories');

                        if($self)
                        {






reply via email to

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