thinko fix to kill warnings

This commit is contained in:
Hartmut Holzgraefe 2003-03-15 22:37:03 +00:00
parent bd43d88905
commit 9b178b52ee

View file

@ -25,7 +25,7 @@
return trim("
<row>
<entry>
<constant id='constant".strtolower(str_replace("_","-",$this->name))."'>$name</constant>
<constant id='constant".strtolower(str_replace("_","-",$this->name))."'>{$this->name}</constant>
(<link linkend='language.types.integer'>integer</link>)
</entry>
<entry>{$this->value}</entry>