diff options
author | Sascha Schumann <sas@php.net> | 2002-05-04 17:42:58 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2002-05-04 17:42:58 +0000 |
commit | 4fe391cb91ad8fc6e34bfc251060c930d3d56021 (patch) | |
tree | f55abf0bfe335e002845ba7228d30712ad5f15ab /main/user_streams.c | |
parent | 74b09cbcf817c340d1379b64ae11b5c9dae4ae91 (diff) | |
download | php-git-4fe391cb91ad8fc6e34bfc251060c930d3d56021.tar.gz |
these are case sensitive
Diffstat (limited to 'main/user_streams.c')
-rw-r--r-- | main/user_streams.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/user_streams.c b/main/user_streams.c index 60d5b080f2..d5b852c8f0 100644 --- a/main/user_streams.c +++ b/main/user_streams.c @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ - /* $id:$ */ +/* $Id$ */ #include "php.h" #include "php_globals.h" |