phpGroupWare - 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 | ||
Item Group: | 0.9.16.011 | Category: | API - phpGroupware API |
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: |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
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
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
< */
---
384c380
< $new_root = substr($root, 0, (0 - strlen($GLOBALS['phpgw_info']['server']['template_set']))) . 'default';
---
444c440
< $GLOBALS['phpgw']->common->phpgw_exit(True);
---