diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-10-15 04:23:18 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-10-15 04:23:18 +0000 |
commit | 34a78487496accce366a43f3222854172ab8269b (patch) | |
tree | 4a1ba8ceb25629c1e3dca93006fd78b6bd7ecb69 | |
parent | f6ceeca471955b02b4d87ec69a8363d51f282698 (diff) | |
download | brdo-34a78487496accce366a43f3222854172ab8269b.tar.gz brdo-34a78487496accce366a43f3222854172ab8269b.tar.bz2 |
#939918 by joetsuihk: Remove unused variable in system_ip_blocking().
-rw-r--r-- | modules/system/system.admin.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/system/system.admin.inc b/modules/system/system.admin.inc index 431a41242..0c2ac099f 100644 --- a/modules/system/system.admin.inc +++ b/modules/system/system.admin.inc @@ -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}'); |