removing references from backend functions. lookup causes E_NOTICE in php
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 10 Aug 2005 18:35:41 +0000 (18:35 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 10 Aug 2005 18:35:41 +0000 (18:35 +0000)
commitaa8c4265a1793db0f37976e9145f89bb9b6d9a89
treea18fb1cce5731e16ba0acbea98b6975b77526c85
parentcbed20a4bae14f9c593c73ba62fcfaa571a26a0b
removing references from backend functions. lookup causes E_NOTICE in php
4.4.0, because tries to return array(). Use of references can't be explained.
Main backend class and file/ldap backends don't use refencences. If it is
used for some reason, other lookup() should have to use references too.
I suspect that reason is performance or it is relict from some different code.
PHP manual says that developers should not use references in order to increase
performance.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9925 7612ce4b-ef26-0410-bec9-ea0150e637f0
functions/abook_database.php