bugphpGroupWare - Bugs: bug #18817, ...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #18817: phpgwapi/inc/class.Template.inc.php setup/inc/class.Template.inc.php differ

Submitter:  Olivier Berger <olberger>
Submitted:  Thu 18 Jan 2007 12:11:13 PM UTC
   
 
Category:  API - phpGroupware API Item Group:  0.9.16.011
Severity:  3 - Normal Priority:  1 - Later
Status:  None Privacy:  Public
Assigned to:  None Open/Closed:  Open
Component Version:  None Operating System:  None
Reproducibility:  None Planned Release:  None
Fixed Release: 

Thu 18 Jan 2007 12:11:13 PM UTC, original submission:  

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;


Olivier Berger <olberger>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by olberger (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-cf05.
    Corresponding source code