[dev] double return in ingo/lib/Storage.php

Matt Selsky selsky at columbia.edu
Tue Jan 31 19:31:36 PST 2006


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


More information about the dev mailing list