patch

mailling@bigfoot.com mailling@bigfoot.com
Thu, 02 Aug 2001 15:48:59 -0500


---------------------- multipart/alternative attachment
RCS file: /cvs/horde/horde/lib/Auth/sql.php,v
retrieving revision 1.8
diff -r1.8 sql.php
147,148c148,149
<
<         if ($result !== DB_OK) {
---
 >
 >         if (DB::isError($result)) {

I think it is the correct way to handle database errors?
---------------------- multipart/alternative attachment--