http://cvs.horde.org/annotate.php/ingo/lib/Storage.php?rev=1.63#l579
function getWhitelist()
{
return $this->_addr;
return array_filter($this->_addr, array('Ingo', '_filterEmptyAddress'));
}
Should the second return be removed?
--
Matt