Files
Bubberstation/code/modules
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-01 20:18:44 -03:00
2020-06-06 11:30:43 +02:00
2020-06-05 03:41:21 +02:00
2020-06-05 18:44:52 +08:00
2020-05-23 13:33:09 -04:00
2020-05-25 02:13:37 +08:00
2020-06-03 15:58:53 +08:00
2020-06-09 20:45:16 -04:00
2020-05-26 14:15:15 -04:00
2020-05-31 17:38:07 +02:00
2020-05-31 17:38:07 +02:00
2020-06-04 18:13:37 +02:00