From 8c5eac260f518636e6ac877475702d94d14d17f4 Mon Sep 17 00:00:00 2001 From: Martin Jansen Date: Sun, 11 May 2003 09:33:04 +0000 Subject: [PATCH] * Fixing note --- pear/PEAR.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pear/PEAR.php b/pear/PEAR.php index 8c536d717c..00977e6ab9 100644 --- a/pear/PEAR.php +++ b/pear/PEAR.php @@ -63,7 +63,7 @@ ini_set('track_errors', true); * destructor, use error_log(), syslog() or something similar. * * IMPORTANT! To use the emulated destructors you need to create the - * objects by reference, ej: $obj =& new PEAR_child; + * objects by reference: $obj =& new PEAR_child; * * @since PHP 4.0.2 * @author Stig Bakken -- 2.40.0