phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: etemplate/inc class.editor.inc.php,1.21,1.22


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: etemplate/inc class.editor.inc.php,1.21,1.22
Date: Mon, 30 Sep 2002 14:19:54 -0400

Update of /cvsroot/phpgroupware/etemplate/inc
In directory subversions:/tmp/cvs-serv16425

Modified Files:
        class.editor.inc.php 
Log Message:
renamed eTemplates xml files from .xul to .xet

Index: class.editor.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.editor.inc.php,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -r1.21 -r1.22
*** class.editor.inc.php        29 Sep 2002 22:23:30 -0000      1.21
--- class.editor.inc.php        30 Sep 2002 18:19:50 -0000      1.22
***************
*** 456,461 ****
                                $file .= '.' . $this->etemplate->lang;
                        }
!                       $old_file = $file . '.old.xul';
!                       $file .= '.xul';
                        if (file_exists($file))
                        {
--- 456,461 ----
                                $file .= '.' . $this->etemplate->lang;
                        }
!                       $old_file = $file . '.old.xet';
!                       $file .= '.xet';
                        if (file_exists($file))
                        {





reply via email to

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