]> granicus.if.org Git - php/commitdiff
fixed return value
authorGeorg Richter <georg@php.net>
Fri, 6 Jun 2003 08:57:51 +0000 (08:57 +0000)
committerGeorg Richter <georg@php.net>
Fri, 6 Jun 2003 08:57:51 +0000 (08:57 +0000)
ext/mysqli/mysqli_nonapi.c

index 6cfbac16396368a190197f9e3504da498920486d..902aa9d366f4ac3f5bb6da0b18a62fd2e00e38e1 100644 (file)
@@ -169,7 +169,7 @@ PHP_FUNCTION(mysqli_query) {
        }
 
        if (!mysql_field_count(mysql)) {
-               RETURN_FALSE;
+               RETURN_TRUE;
        }
 
        /* profiler result information */