phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: etemplate/inc class.soetemplate.inc.php,1.17,1.1


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: etemplate/inc class.soetemplate.inc.php,1.17,1.18 class.xul_io.inc.php,1.13,1.14
Date: Thu, 03 Oct 2002 07:10:55 -0400

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

Modified Files:
        class.soetemplate.inc.php class.xul_io.inc.php 
Log Message:
added an empty CVS-Id to the eTemplate xet- and distribution-file

Index: class.soetemplate.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.soetemplate.inc.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** class.soetemplate.inc.php   30 Sep 2002 19:06:29 -0000      1.17
--- class.soetemplate.inc.php   3 Oct 2002 11:10:52 -0000       1.18
***************
*** 596,600 ****
                                return 0;
                        }
!                       fwrite($f,"<?php\n// eTemplates for Application '$app', 
generated by etemplate.dump() ".date('Y-m-d H:i')."\n\n");
                        for ($n = 0; $this->db->next_record(); ++$n)
                        {
--- 596,602 ----
                                return 0;
                        }
!                       fwrite($f,"<?php\n// eTemplates for Application '$app', 
generated by etemplate.dump() ".date('Y-m-d H:i')."\n\n".
!                               '/* $Id$ */'."\n\n");
! 
                        for ($n = 0; $this->db->next_record(); ++$n)
                        {

Index: class.xul_io.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.xul_io.inc.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** class.xul_io.inc.php        24 Sep 2002 22:05:01 -0000      1.13
--- class.xul_io.inc.php        3 Oct 2002 11:10:52 -0000       1.14
***************
*** 277,280 ****
--- 277,281 ----
                        }
                        $doc = new xmldoc();
+                       $doc->add_comment('$Id$');
  
                        $xul_overlay = new xmlnode('overlay');





reply via email to

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