georg           Fri Jun  6 04:57:51 2003 EDT

  Modified files:              
    /php4/ext/mysqli    mysqli_nonapi.c 
  Log:
  fixed return value
  
  
Index: php4/ext/mysqli/mysqli_nonapi.c
diff -u php4/ext/mysqli/mysqli_nonapi.c:1.9 php4/ext/mysqli/mysqli_nonapi.c:1.10
--- php4/ext/mysqli/mysqli_nonapi.c:1.9 Sat Mar 15 17:51:49 2003
+++ php4/ext/mysqli/mysqli_nonapi.c     Fri Jun  6 04:57:51 2003
@@ -15,7 +15,7 @@
   | Author: Georg Richter <[EMAIL PROTECTED]>                                |
   +----------------------------------------------------------------------+
 
-  $Id: mysqli_nonapi.c,v 1.9 2003/03/15 22:51:49 hholzgra Exp $ 
+  $Id: mysqli_nonapi.c,v 1.10 2003/06/06 08:57:51 georg Exp $ 
 */
 
 #ifdef HAVE_CONFIG_H
@@ -169,7 +169,7 @@
        }
 
        if (!mysql_field_count(mysql)) {
-               RETURN_FALSE;
+               RETURN_TRUE;
        }
 
        /* profiler result information */



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to