don't use $r == DB_OK checks, because they cause PHP warnings when $r is DB_Error...
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 28 May 2006 09:13:03 +0000 (09:13 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 28 May 2006 09:13:03 +0000 (09:13 +0000)
commit46956d06152823b03e5f0c84296448704e9857cf
treec5bd9b74a43537458abbf509214ff38948053f25
parent045dee91141d7f54be13c4ae7726efabdc529d10
don't use $r == DB_OK checks, because they cause PHP warnings when $r is DB_Error object.
turned on field case portability for Oracle.
escaped SQL wildcards in search() method
handle nickname changes in modify() method. Users could get DB error when new nickname is already in use
make search case insensitive in serch() method.

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