From 2e2bfb83c435c6ff2a4fd86c49703c0d130c01a4 Mon Sep 17 00:00:00 2001 From: Georg Richter Date: Fri, 25 Feb 2005 08:43:41 +0000 Subject: [PATCH] fix for bug #31939 --- ext/mysqli/tests/bug30967.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/mysqli/tests/bug30967.phpt b/ext/mysqli/tests/bug30967.phpt index 67c1fc22d1..0a82d0d43c 100644 --- a/ext/mysqli/tests/bug30967.phpt +++ b/ext/mysqli/tests/bug30967.phpt @@ -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); -- 2.50.1