Originally Posted by isaac
I'll write up some code and add it to a reply here later today, to display some text if the field is empty. This should create a link thats easy to click on for anyone running in to the bug caused by the broken scripts 7.6.1 and older


in admin/view_subscriptions.php
FIND:
Code
	if ($active) {

PLACE ABOVE IT:
Code
	$status = ($status) ? $status : "NONE";