diff options
author | Stig Bakken <ssb@php.net> | 2003-03-18 12:06:09 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 2003-03-18 12:06:09 +0000 |
commit | 0e6fca4f22990281f52855af02d0c1dee485b0ee (patch) | |
tree | f3cad34b875e50fd99b6a1ae7a6cb1f8c9f9d474 /pear/PEAR.php | |
parent | 980bac69f9e28e57641162b930cc9aed7e951b06 (diff) | |
download | php-git-0e6fca4f22990281f52855af02d0c1dee485b0ee.tar.gz |
* email address change
Diffstat (limited to 'pear/PEAR.php')
-rw-r--r-- | pear/PEAR.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pear/PEAR.php b/pear/PEAR.php index c4a0d94b0e..a1d518ddd7 100644 --- a/pear/PEAR.php +++ b/pear/PEAR.php @@ -14,7 +14,7 @@ // | license@php.net so we can mail you a copy immediately. | // +----------------------------------------------------------------------+ // | Authors: Sterling Hughes <sterling@php.net> | -// | Stig Bakken <ssb@fast.no> | +// | Stig Bakken <ssb@php.net> | // | Tomas V.V.Cox <cox@idecnet.com> | // +----------------------------------------------------------------------+ // @@ -66,7 +66,7 @@ ini_set('track_errors', true); * objects by reference, ej: $obj =& new PEAR_child; * * @since PHP 4.0.2 - * @author Stig Bakken <ssb@fast.no> + * @author Stig Bakken <ssb@php.net> * @see http://pear.php.net/manual/ */ class PEAR |