hholzgra Sat Mar 15 17:37:03 2003 EDT
Modified files:
/php4/scripts/ext_skel_ng php_constant.php
Log:
thinko fix to kill warnings
Index: php4/scripts/ext_skel_ng/php_constant.php
diff -u php4/scripts/ext_skel_ng/php_constant.php:1.1
php4/scripts/ext_skel_ng/php_constant.php:1.2
--- php4/scripts/ext_skel_ng/php_constant.php:1.1 Wed Feb 19 05:07:22 2003
+++ php4/scripts/ext_skel_ng/php_constant.php Sat Mar 15 17:37:03 2003
@@ -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>
@@ -35,4 +35,4 @@
}
}
-?>
\ No newline at end of file
+?>
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php