diff options
author | Tal Peer <tal@php.net> | 2003-04-20 13:15:45 +0000 |
---|---|---|
committer | Tal Peer <tal@php.net> | 2003-04-20 13:15:45 +0000 |
commit | a676f6c29ddeb7690178165161b9b2616cbb839f (patch) | |
tree | 9c6d6394945e2d9ee5eaf59e72598ee8d450ed8f /ext/sqlite/sqlite.c | |
parent | 7360c5dfdd7ca8339d9b6fdaa76df544a12f6c3c (diff) | |
download | php-git-a676f6c29ddeb7690178165161b9b2616cbb839f.tar.gz |
Update
Diffstat (limited to 'ext/sqlite/sqlite.c')
-rw-r--r-- | ext/sqlite/sqlite.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/sqlite/sqlite.c b/ext/sqlite/sqlite.c index d00ca3a47e..2c13a692b5 100644 --- a/ext/sqlite/sqlite.c +++ b/ext/sqlite/sqlite.c @@ -12,7 +12,8 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Author: Wez Furlong <wez@thebrainroom.com> | + | Authors: Wez Furlong <wez@thebrainroom.com> | + | Tal Peer <tal@php.net> | +----------------------------------------------------------------------+ $Id$ |