diff options
author | foobar <sniper@php.net> | 2001-04-06 01:50:40 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2001-04-06 01:50:40 +0000 |
commit | 349b2bebe387931219b2200f2f63a789f29c6a58 (patch) | |
tree | 0c3c1d9388a6f6d22a19e9ec05a52940e900fe35 | |
parent | 72b58e62e2615a0255ade81c6d1b7ae7a483adb1 (diff) | |
download | php-git-349b2bebe387931219b2200f2f63a789f29c6a58.tar.gz |
fixed typo in CVS id
-rw-r--r-- | main/php_variables.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php_variables.c b/main/php_variables.c index dd7f6f7bb2..fd958445d1 100644 --- a/main/php_variables.c +++ b/main/php_variables.c @@ -16,7 +16,7 @@ | Zeev Suraski <zeev@zend.com> | +----------------------------------------------------------------------+ */ -/* $Id: */ +/* $Id$ */ #include <stdio.h> #include "php.h" |