diff options
author | xue <> | 2007-04-02 04:09:43 +0000 |
---|---|---|
committer | xue <> | 2007-04-02 04:09:43 +0000 |
commit | 183b4fefb355d0c607ea4b7cc270035bcc1ffd9e (patch) | |
tree | c445c5aaaafe68d9e26a33b936b881f7a8623be4 /buildscripts/chmbuilder | |
parent | 642228e64d2516b6e6bf05ebcd160c7cf0d5989e (diff) |
changed some timestamps.
Diffstat (limited to 'buildscripts/chmbuilder')
-rw-r--r-- | buildscripts/chmbuilder/ChmQuickstartBuilder.php | 2 |
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 © 2005-2006 <a href="http://www.pradosoft.com">PradoSoft</a>.</div>', $html);
+Copyright © 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);
|