]> granicus.if.org Git - php/commitdiff
silence some possible warnings
authorChristian Dickmann <dickmann@php.net>
Tue, 3 Dec 2002 20:51:36 +0000 (20:51 +0000)
committerChristian Dickmann <dickmann@php.net>
Tue, 3 Dec 2002 20:51:36 +0000 (20:51 +0000)
pear/PEAR/Command/Remote.php

index deb0139596a01224e0592ad9fb498c2942efc050..ac4c17f216f9eedcacbee0d817d1eaaa0f9d7a8d 100644 (file)
@@ -200,10 +200,10 @@ version of DB is 1.2, the downloaded file will be DB-1.2.tgz.',
 
             $data['data'][$info['category']][] = array(
                 $name,
-                $info['stable'],
-                $installed['version'],
-                $desc,
-                $info['deps'],
+                @$info['stable'],
+                @$installed['version'],
+                @$desc,
+                @$info['deps'],
                 );
         }
         $this->ui->outputData($data, $command);