From 64a857c52ed7edaa277abc098744fedc59393828 Mon Sep 17 00:00:00 2001 From: Martin Jansen Date: Sat, 15 Dec 2001 15:01:35 +0000 Subject: [PATCH] * Destructors seem to work like a charm. -> No need to keep this line. --- pear/PEAR.php | 1 - 1 file changed, 1 deletion(-) diff --git a/pear/PEAR.php b/pear/PEAR.php index d8b558d6c88..e67a48b794b 100644 --- a/pear/PEAR.php +++ b/pear/PEAR.php @@ -45,7 +45,6 @@ $GLOBALS['_PEAR_destructor_object_list'] = array(); // // Tests needed: - PEAR inheritance -// - destructors // /**