On Sat, Jul 6, 2013 at 9:16 PM, Tim Dunphy <bluethundr@xxxxxxxxx> wrote: > | You commented out the setting of yhe addresses variable > > Those were both equivalent ways of stating the same thing. I tried > substituting the other statement but there was no change: > > $db = $connection->jfdb; > > //$collection = $db->addresses; > > $adresses = $connection->jfdb->adresses; > > Thanks again! > > You seem to spell the variable differently (1 'd' vs. 2 'd's)? - Matijn