#939918 by joetsuihk: Remove unused variable in system_ip_blocking().

merge-requests/26/head
Angie Byron 2010-10-15 04:23:18 +00:00
parent f6ceeca471
commit 34a7848749
1 changed files with 0 additions and 1 deletions

View File

@ -1346,7 +1346,6 @@ function system_modules_uninstall_submit($form, &$form_state) {
* use as the default value of the IP address form field.
*/
function system_ip_blocking($default_ip = '') {
$output = '';
$rows = array();
$header = array(t('Blocked IP addresses'), t('Operations'));
$result = db_query('SELECT * FROM {blocked_ips}');