[support] blank page output

Vasileios Lourdas drupal at lourdas.name
Sun Jul 20 14:16:04 UTC 2008


Hi,

You should probably remove the display() function declaration and move its 
body outside it. So, you will have something like 

function sample_menu(){
.....
}

$vid = 3;
....
return $output;

What's the point of sample_menu() ?
-- 
# Vasileios Lourdas,
# Informatics Engineer, Thessaloniki (Greece)
# http://www.lourdas.name


More information about the support mailing list