31 Aug
2007
31 Aug
'07
3:46 a.m.
Try something like this to help you track it down: <?php if($_COOKIE['FONALITYreseller']) { drupal_set_message("returning TRUE"); return TRUE; } else { drupal_set_message("returning FALSE"); return FALSE; } ?> And, this is just a hunch, delete any extra whitespace after your "?>". -Dave On Thursday 30 August 2007 16:36, Tony Guntharp wrote:
Rob, I am using that in the block visibility PHP code yes. The cookie is in firefox yet it's not showing the block. A var_dump is returning: bool(false)
-t