|
Interesting since the product looks for whether the line is yes or no and forms a select box
This is in the install file
$query[] = "INSERT INTO {$pp_db_prefix}settings VALUES (172,'Enable PayPal payments?', 'paypal', '', 'no', 1, 12)";
So the only way you could have had nothing is if that no was empty.
|