mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
added an empty CVS-Id to the eTemplate xet- and distribution-file
This commit is contained in:
parent
d2cc9b2d7f
commit
87d1b56270
@ -595,7 +595,9 @@
|
|||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
fwrite($f,"<?php\n// eTemplates for Application '$app', generated by etemplate.dump() ".date('Y-m-d H:i')."\n\n");
|
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)
|
for ($n = 0; $this->db->next_record(); ++$n)
|
||||||
{
|
{
|
||||||
$str = '$templ_data[] = array(';
|
$str = '$templ_data[] = array(';
|
||||||
|
@ -276,6 +276,7 @@
|
|||||||
echo "<p>etempl->data = "; _debug_array($etempl->data);
|
echo "<p>etempl->data = "; _debug_array($etempl->data);
|
||||||
}
|
}
|
||||||
$doc = new xmldoc();
|
$doc = new xmldoc();
|
||||||
|
$doc->add_comment('$Id$');
|
||||||
|
|
||||||
$xul_overlay = new xmlnode('overlay');
|
$xul_overlay = new xmlnode('overlay');
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user