---------------------- 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--