diff options
author | Sascha Schumann <sas@php.net> | 2000-01-01 01:32:05 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-01-01 01:32:05 +0000 |
commit | 43ae2bffbb876b0ad686e1fbe51712dacc76ac2f (patch) | |
tree | 3e7b37771d76449a0e764e4b695de78151908f64 /pear/DB.php | |
parent | 3762f2d25caf4d87c7abd30a0a6679aea1cd33f4 (diff) | |
download | php-git-43ae2bffbb876b0ad686e1fbe51712dacc76ac2f.tar.gz |
Happy Y2K patch! Happy new year (or the new millennium, depending on whether
you start counting at 0 or 1).
Diffstat (limited to 'pear/DB.php')
-rw-r--r-- | pear/DB.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pear/DB.php b/pear/DB.php index 79f2d394e3..8a42a9fa20 100644 --- a/pear/DB.php +++ b/pear/DB.php @@ -3,7 +3,7 @@ // +----------------------------------------------------------------------+ // | PHP version 4.0 | // +----------------------------------------------------------------------+ -// | Copyright (c) 1997, 1998, 1999 The PHP Group | +// | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group | // +----------------------------------------------------------------------+ // | This source file is subject to version 2.0 of the PHP license, | // | that is bundled with this package in the file LICENSE, and is | |