diff options
author | foobar <sniper@php.net> | 2003-07-14 16:11:38 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2003-07-14 16:11:38 +0000 |
commit | d862a8ee9039d67984c39db88843d7b38f2e11be (patch) | |
tree | 14030b5d9daafecd5a1222cea2b9b80d840b1c19 /ext | |
parent | 83bf4599b773815e5bea651bce5db7d0b56c94f1 (diff) | |
download | php-git-d862a8ee9039d67984c39db88843d7b38f2e11be.tar.gz |
WS fix
Diffstat (limited to 'ext')
-rw-r--r-- | ext/odbc/php_odbc.h | 2 | ||||
-rw-r--r-- | ext/odbc/php_odbc_includes.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ext/odbc/php_odbc.h b/ext/odbc/php_odbc.h index e363d80155..dae32a7361 100644 --- a/ext/odbc/php_odbc.h +++ b/ext/odbc/php_odbc.h @@ -14,7 +14,7 @@ +----------------------------------------------------------------------+ | Authors: Stig Sæther Bakken <ssb@php.net> | | Andreas Karajannis <Andreas.Karajannis@gmd.de> | - | Kevin N. Shallow <kshallow@tampabay.rr.com> Birdstep Support | + | Kevin N. Shallow <kshallow@tampabay.rr.com> (Birdstep) | +----------------------------------------------------------------------+ */ diff --git a/ext/odbc/php_odbc_includes.h b/ext/odbc/php_odbc_includes.h index d86b13359e..f1cfbec2d2 100644 --- a/ext/odbc/php_odbc_includes.h +++ b/ext/odbc/php_odbc_includes.h @@ -12,9 +12,9 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Stig Sæther Bakken <ssb@php.net> | + | Authors: Stig Sæther Bakken <ssb@php.net> | | Andreas Karajannis <Andreas.Karajannis@gmd.de> | - | Kevin N. Shallow <kshallow@tampabay.rr.com> Birdstep Support| + | Kevin N. Shallow <kshallow@tampabay.rr.com> (Birdstep) | +----------------------------------------------------------------------+ */ |