[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: etemplate/inc class.boetemplate.inc.php,1.20,1.2
From: |
Ralf Becker <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: etemplate/inc class.boetemplate.inc.php,1.20,1.21 class.etemplate.inc.php,1.3,1.4 class.uietemplate.inc.php,1.28,1.29 class.uietemplate_gtk.inc.php,1.11,1.12 |
Date: |
Sun, 29 Sep 2002 04:50:20 -0400 |
Update of /cvsroot/phpgroupware/etemplate/inc
In directory subversions:/tmp/cvs-serv14233
Modified Files:
class.boetemplate.inc.php class.etemplate.inc.php
class.uietemplate.inc.php class.uietemplate_gtk.inc.php
Log Message:
using include_once now to include the class we extend and exclusivly the
etemplate.html class
Index: class.boetemplate.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.boetemplate.inc.php,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -r1.20 -r1.21
*** class.boetemplate.inc.php 27 Sep 2002 16:17:39 -0000 1.20
--- class.boetemplate.inc.php 29 Sep 2002 08:50:18 -0000 1.21
***************
*** 13,17 ****
/* $Id$ */
! include(PHPGW_API_INC .
'/../../etemplate/inc/class.soetemplate.inc.php');
/*!
--- 13,17 ----
/* $Id$ */
! include_once(PHPGW_INCLUDE_ROOT .
'/etemplate/inc/class.soetemplate.inc.php');
/*!
Index: class.etemplate.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.etemplate.inc.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** class.etemplate.inc.php 24 Sep 2002 01:29:14 -0000 1.3
--- class.etemplate.inc.php 29 Sep 2002 08:50:18 -0000 1.4
***************
*** 18,20 ****
$ui = '_gtk';
}
! include(PHPGW_API_INC .
"/../../etemplate/inc/class.uietemplate$ui.inc.php");
--- 18,20 ----
$ui = '_gtk';
}
! include_once(PHPGW_INCLUDE_ROOT .
"/etemplate/inc/class.uietemplate$ui.inc.php");
Index: class.uietemplate.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.uietemplate.inc.php,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -r1.28 -r1.29
*** class.uietemplate.inc.php 28 Sep 2002 00:30:01 -0000 1.28
--- class.uietemplate.inc.php 29 Sep 2002 08:50:18 -0000 1.29
***************
*** 13,17 ****
/* $Id$ */
! include(PHPGW_API_INC .
'/../../etemplate/inc/class.boetemplate.inc.php');
/*!
--- 13,17 ----
/* $Id$ */
! include_once(PHPGW_INCLUDE_ROOT .
'/etemplate/inc/class.boetemplate.inc.php');
/*!
Index: class.uietemplate_gtk.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.uietemplate_gtk.inc.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** class.uietemplate_gtk.inc.php 28 Sep 2002 20:01:44 -0000 1.11
--- class.uietemplate_gtk.inc.php 29 Sep 2002 08:50:18 -0000 1.12
***************
*** 13,17 ****
/* $Id$ */
! include(PHPGW_API_INC .
'/../../etemplate/inc/class.boetemplate.inc.php');
/*!
--- 13,17 ----
/* $Id$ */
! include_once(PHPGW_INCLUDE_ROOT .
'/etemplate/inc/class.boetemplate.inc.php');
/*!
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: etemplate/inc class.boetemplate.inc.php,1.20,1.21 class.etemplate.inc.php,1.3,1.4 class.uietemplate.inc.php,1.28,1.29 class.uietemplate_gtk.inc.php,1.11,1.12,
Ralf Becker <address@hidden> <=