summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2003-05-20 13:46:02 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2003-05-20 13:46:02 +0000
commitc9744519cd634a9fad0d8bef502ecebadca3dd80 (patch)
treeb6a0b430ad46af573b92b56d3dc59fdff11bed9a /scripts
parent76dd9b68a6fd07fdd2e6e3c14ca60b758cb6d18d (diff)
downloadphp-git-c9744519cd634a9fad0d8bef502ecebadca3dd80.tar.gz
no RCS keyword expansion in template, 2nd try
Diffstat (limited to 'scripts')
-rw-r--r--scripts/ext_skel_ng/php_function.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ext_skel_ng/php_function.php b/scripts/ext_skel_ng/php_function.php
index 8c39e24cff..d2ed0f6905 100644
--- a/scripts/ext_skel_ng/php_function.php
+++ b/scripts/ext_skel_ng/php_function.php
@@ -309,7 +309,7 @@
function docbook_xml() {
$xml =
'<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision$ -->
+<!-- $Rev'.'ision: 1.0 $ -->
<refentry id="function.'.strtolower(str_replace("_","-",$this->name)).'">
<refnamediv>
<refname>'.$this->name.'</refname>