248c248 < index 0000000..d233232 --- > index 0000000..64c9af3 251c251 < @@ -0,0 +1,145 @@ --- > @@ -0,0 +1,144 @@ 327d326 < + $denied = FALSE; 399c398 < index 0000000..feb368e --- > index 0000000..47826a6 402c401 < @@ -0,0 +1,101 @@ --- > @@ -0,0 +1,94 @@ 442,448d440 < + * Implement setUp(). < + */ < + function setUp() { < + parent::setUp(); < + } < + < + /** 580c572 < index 176e2af..4308bba 100644 --- > index 176e2af..6bb07c3 100644 583c575,581 < @@ -131,7 +131,7 @@ function statistics_top_visitors() { --- > @@ -126,12 +126,12 @@ function statistics_top_visitors() { > array('data' => t('Hits'), 'field' => 'hits', 'sort' => 'desc'), > array('data' => t('Visitor'), 'field' => 'u.name'), > array('data' => t('Total page generation time'), 'field' => 'total'), > - array('data' => user_access('block IP addresses') ? t('Operations') : '', 'colspan' => 2), > + array('data' => user_access('ban IP addresses') ? t('Operations') : '', 'colspan' => 2), > );