commit: horde/lib/Auth sql.php

christian@horde.org christian@horde.org
24 Feb 2001 08:28:05 -0000


christian    2001/02/24 00:28:05 PST

  Modified files:
    lib/Auth             sql.php 
  Log:
  db->query() always returns an object (a db_result or a db_error)
  so the result should be tested with DB::isError() instead of is_object()
  
  Revision  Changes    Path
  1.2       +8 -8      horde/lib/Auth/sql.php