nlopess Sun Feb 22 06:02:03 2004 EDT
Modified files:
/phpdoc/xsl common.xsl
Log:
make year range in copyright
http://cvs.php.net/diff.php/phpdoc/xsl/common.xsl?r1=1.9&r2=1.10&ty=u
Index: phpdoc/xsl/common.xsl
diff -u phpdoc/xsl/common.xsl:1.9 phpdoc/xsl/common.xsl:1.10
--- phpdoc/xsl/common.xsl:1.9 Thu Jun 19 13:04:39 2003
+++ phpdoc/xsl/common.xsl Sun Feb 22 06:02:02 2004
@@ -27,6 +27,8 @@
<!-- Load VERSION INFORMATION into variable -->
<xsl:param name="version" select="document('version.xml')/versions"/>
+<!-- Make copyright year ranges (like 1999-2004) -->
+<xsl:param name="make.year.ranges" select="1"/>
<!-- PROTOTYPES: PHP-Version without semicolon, etc.
note: methodparams are separated in html-common and fo -->