[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: etemplate/inc class.soetemplate.inc.php,1.11,1.1
From: |
Ralf Becker <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: etemplate/inc class.soetemplate.inc.php,1.11,1.12 |
Date: |
Sun, 22 Sep 2002 13:55:19 -0400 |
Update of /cvsroot/phpgroupware/etemplate/inc
In directory subversions:/tmp/cvs-serv25231
Modified Files:
class.soetemplate.inc.php
Log Message:
get rid of an errormsg: file not found
Index: class.soetemplate.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.soetemplate.inc.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** class.soetemplate.inc.php 17 Sep 2002 15:38:34 -0000 1.11
--- class.soetemplate.inc.php 22 Sep 2002 17:55:17 -0000 1.12
***************
*** 678,682 ****
$path =
PHPGW_SERVER_ROOT."/$app/setup/etemplates.inc.php";
! if ($time = filemtime($path))
{
$templ = new etemplate(".$app",'','##');
--- 678,682 ----
$path =
PHPGW_SERVER_ROOT."/$app/setup/etemplates.inc.php";
! if ($time = @filemtime($path))
{
$templ = new etemplate(".$app",'','##');
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: etemplate/inc class.soetemplate.inc.php,1.11,1.12,
Ralf Becker <address@hidden> <=