]> granicus.if.org Git - php/commitdiff
fix for bug #31939
authorGeorg Richter <georg@php.net>
Fri, 25 Feb 2005 08:43:41 +0000 (08:43 +0000)
committerGeorg Richter <georg@php.net>
Fri, 25 Feb 2005 08:43:41 +0000 (08:43 +0000)
ext/mysqli/tests/bug30967.phpt

index 67c1fc22d1a0360b880e3fa205e47102efc73fa9..0a82d0d43cd4848448f3399bf01134e512aecced 100644 (file)
@@ -12,7 +12,7 @@ Bug #30967 testcase (properties)
        class mysql2 extends mysql1 {
        }
 
-       $mysql = new mysql2($host, "root", "", "test");
+       $mysql = new mysql2($host, $user, $passwd, "test");
 
        $mysql->query("THIS DOES NOT WORK");
        printf("%d\n", $mysql->errno);