From cde2c659b7d26a5bf65b70a53bfffe92ac387b83 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 16 Jan 2006 17:49:50 +0000 Subject: [PATCH] bug #1405956, unitialized variable (link) --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5268c3387..b48374a17 100755 --- a/ChangeLog +++ b/ChangeLog @@ -10,7 +10,7 @@ $Source$ * libraries/check_user_privileges.lib.php: bug #1406499, a username containing an hyphen could not create a db under MySQL 4.0.x, thanks to "timeout-" - * libraries/common.lib.php: bug #1405956, unitialized variable $link, + * libraries/common.lib.php: bug #1405956, uninitialized variable $link, thanks to Sebastian Mendel 2006-01-14 Sebastian Mendel