From 9b178b52eee59129d2cebd92eb4a2cbfd6c36e2c Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Sat, 15 Mar 2003 22:37:03 +0000 Subject: [PATCH] thinko fix to kill warnings --- scripts/ext_skel_ng/php_constant.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/ext_skel_ng/php_constant.php b/scripts/ext_skel_ng/php_constant.php index fd1ac36352..c1db564b73 100644 --- a/scripts/ext_skel_ng/php_constant.php +++ b/scripts/ext_skel_ng/php_constant.php @@ -25,7 +25,7 @@ return trim(" - $name + {$this->name} (integer) {$this->value} @@ -35,4 +35,4 @@ } } -?> \ No newline at end of file +?> -- 2.50.1