summaryrefslogtreecommitdiff
path: root/buildscripts/chmbuilder
diff options
context:
space:
mode:
authorxue <>2007-04-02 04:09:43 +0000
committerxue <>2007-04-02 04:09:43 +0000
commit183b4fefb355d0c607ea4b7cc270035bcc1ffd9e (patch)
treec445c5aaaafe68d9e26a33b936b881f7a8623be4 /buildscripts/chmbuilder
parent642228e64d2516b6e6bf05ebcd160c7cf0d5989e (diff)
changed some timestamps.
Diffstat (limited to 'buildscripts/chmbuilder')
-rw-r--r--buildscripts/chmbuilder/ChmQuickstartBuilder.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/chmbuilder/ChmQuickstartBuilder.php b/buildscripts/chmbuilder/ChmQuickstartBuilder.php
index 1c1f8562..678310a6 100644
--- a/buildscripts/chmbuilder/ChmQuickstartBuilder.php
+++ b/buildscripts/chmbuilder/ChmQuickstartBuilder.php
@@ -76,7 +76,7 @@ $html = str_replace('<div id="header">
<div class="image"></div>
</div>', '', $html);
$html = preg_replace('/<div id="footer">.*?<\/div>/ms', '<div id="footer">
-Copyright &copy; 2005-2006 <a href="http://www.pradosoft.com">PradoSoft</a>.</div>', $html);
+Copyright &copy; 2005-2007 <a href="http://www.pradosoft.com">PradoSoft</a>.</div>', $html);
$html = str_replace('</head>', '<link rel="stylesheet" type="text/css" href="'.self::CSS_URL.'" /></head>', $html);