phpgroupware-tracker
[Top][All Lists]
Advanced

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

[Phpgroupware-tracker] [bug #18817] phpgwapi/inc/class.Template.inc.php


From: Olivier Berger
Subject: [Phpgroupware-tracker] [bug #18817] phpgwapi/inc/class.Template.inc.php setup/inc/class.Template.inc.php differ
Date: Thu, 18 Jan 2007 12:11:14 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.0.7) Gecko/20060830 Firefox/1.5.0.7 (Debian-1.5.dfsg+1.5.0.7-2)

URL:
  <http://savannah.gnu.org/bugs/?18817>

                 Summary: phpgwapi/inc/class.Template.inc.php
setup/inc/class.Template.inc.php differ
                 Project: phpGroupWare
            Submitted by: olberger
            Submitted on: jeudi 18.01.2007 à 13:11
              Item Group: 0.9.16.011
                Category: API - phpGWapi
                Severity: 3 - Normal
                Priority: 1 - Later
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
       Component Version: None
        Operating System: None
         Reproducibility: None
         Planned Release: None
           Fixed Release: 

    _______________________________________________________

Details:

Hi. 

Both classes differ in 0.9.16.011 ... dunno which one is the right one...

$ diff phpgwapi/inc/class.Template.inc.php setup/inc/class.Template.inc.php
2,20c2,16
<       /**
<       * Template class
<       * @author Kristian Koehntopp
<       * @author Dan Kuykendall
<       * @copyright Copyright (C) 1999,2000 NetUSE GmbH Kristian Koehntopp
<       * @copyright Portions Copyright (C) 2001-2004 Free Software
Foundation, Inc. http://www.fsf.org/
<       * @license http://www.fsf.org/licenses/lgpl.html GNU Lesser General
Public License
<       * @package phpgwapi
<       * @subpackage gui
<       * @version $Id: class.Template.inc.php,v 1.12.4.5 2005/06/08 11:15:16
skwashd Exp $
<       * @internal Based on phplib
<       */
<
<       /**
<       * Template class
<       *
<       * @package phpgwapi
<       * @subpackage gui
<       */
---
>  
/**************************************************************************\
>   * phpGroupWare API - Template class                                      
 *
>   * (C) Copyright 1999-2000 NetUSE GmbH Kristian Koehntopp                 
 *
>   *
------------------------------------------------------------------------ *
>   * This is not part of phpGroupWare, but is used by phpGroupWare.         
 *
>   * http://www.phpgroupware.org/                                           
 *
>   *
------------------------------------------------------------------------ *
>   * This program is free software; you can redistribute it and/or modify it
 *
>   * under the terms of the GNU Lesser General Public License as published  
 *
>   * by the Free Software Foundation; either version 2.1 of the License, or 
 *
>   * any later version.                                                     
 *
>  
\**************************************************************************/
>
>   /* $Id: class.Template.inc.php,v 1.2.2.1 2004/11/06 16:13:48 powerstat
Exp $ */
>
384c380
<                                       $new_root = substr($root, 0, (0 -
strlen($GLOBALS['phpgw_info']['server']['template_set']))) . 'default';
---
>                                       $new_root =
str_replace($GLOBALS['phpgw_info']['server']['template_set'],'default',$root);
444c440
<                       $GLOBALS['phpgw']->common->phpgw_exit(True);
---
>                       exit;





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?18817>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/





reply via email to

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