Files
Bubberstation/code/modules/admin
Jordie 67e4646d34 Fix for unbanning panel search (#51564)
I tested with general logging on, these parameters were being passed as '' instead from DM's "" to NULL in sql.

i.e.

WHERE	('dave' IS NULL OR ckey = 'dave') AND
	(NULL IS NULL OR a_ckey = NULL) AND
	('' IS NULL OR ip = INET_ATON('')) AND
	('' IS NULL OR computerid = '')

Haven't checked if this is happening elsewhere.
2020-06-11 09:12:37 +12:00
..
2020-06-03 21:35:03 +02:00
2020-06-07 14:33:57 +02:00
2020-02-04 04:17:34 +00:00
2020-06-07 14:33:57 +02:00
2020-05-29 14:25:01 -03:00
2020-04-07 19:04:05 +02:00