|
@@ -1081,7 +1081,7 @@ function BanEditTrigger()
|
|
SELECT
|
|
SELECT
|
|
bi.id_ban, bi.id_ban_group, bi.hostname, bi.email_address, bi.id_member,
|
|
bi.id_ban, bi.id_ban_group, bi.hostname, bi.email_address, bi.id_member,
|
|
bi.ip_low1, bi.ip_high1, bi.ip_low2, bi.ip_high2, bi.ip_low3, bi.ip_high3, bi.ip_low4, bi.ip_high4,
|
|
bi.ip_low1, bi.ip_high1, bi.ip_low2, bi.ip_high2, bi.ip_low3, bi.ip_high3, bi.ip_low4, bi.ip_high4,
|
|
- bi.ip_low5, bi.ip_high5, bi.ip_low6, bi.ip_high6, bi.ip_low7, bi.ip_high7, bi.ip_low8, bi.ip_high8
|
|
|
|
|
|
+ bi.ip_low5, bi.ip_high5, bi.ip_low6, bi.ip_high6, bi.ip_low7, bi.ip_high7, bi.ip_low8, bi.ip_high8,
|
|
mem.member_name, mem.real_name
|
|
mem.member_name, mem.real_name
|
|
FROM {db_prefix}ban_items AS bi
|
|
FROM {db_prefix}ban_items AS bi
|
|
LEFT JOIN {db_prefix}members AS mem ON (mem.id_member = bi.id_member)
|
|
LEFT JOIN {db_prefix}members AS mem ON (mem.id_member = bi.id_member)
|