@@ -254,7 +254,7 @@ function _tableRow($columns, $rowparams = array(), $colparams = array())
254
254
255
255
function endTable ()
256
256
{
257
- trigger_error ("PEAR_Frontend_CLI::tableRow deprecated " , E_USER_ERROR );
257
+ trigger_error ("PEAR_Frontend_CLI::endTable deprecated " , E_USER_ERROR );
258
258
}
259
259
260
260
function _endTable ()
@@ -275,6 +275,7 @@ function _endTable()
275
275
}
276
276
}
277
277
}
278
+ $ border = false ;
278
279
if (empty ($ border )) {
279
280
$ cellstart = '' ;
280
281
$ cellend = ' ' ;
@@ -358,7 +359,7 @@ function outputData($data, $command = '_default')
358
359
if (isset ($ data ['release_warnings ' ])) {
359
360
$ this ->_displayLine ('' );
360
361
$ this ->_startTable (array (
361
- 'border ' => true ,
362
+ 'border ' => false ,
362
363
'caption ' => 'Release Warnings '
363
364
));
364
365
$ this ->_tableRow (array ($ data ['release_warnings ' ]), null , array (1 => array ('wrap ' => 55 )));
@@ -394,7 +395,7 @@ function outputData($data, $command = '_default')
394
395
$ this ->_endTable ();
395
396
break ;
396
397
case 'config-show ' :
397
- $ data ['border ' ] = true ;
398
+ $ data ['border ' ] = false ;
398
399
$ opts = array (0 => array ('wrap ' => 30 ),
399
400
1 => array ('wrap ' => 20 ),
400
401
2 => array ('wrap ' => 35 ));
@@ -417,7 +418,7 @@ function outputData($data, $command = '_default')
417
418
case 'remote-info ' :
418
419
$ data = array (
419
420
'caption ' => 'Package details: ' ,
420
- 'border ' => true ,
421
+ 'border ' => false ,
421
422
'data ' => array (
422
423
array ("Latest " , $ data ['stable ' ]),
423
424
array ("Installed " , $ data ['installed ' ]),
0 commit comments