From daa7e293adb3f690b53e9649a5f15d80130e5040 Mon Sep 17 00:00:00 2001 From: W1lla van den Munckhof Date: Fri, 30 May 2014 10:59:19 +0200 Subject: [PATCH] remove of $id gave me issues with mysqli --- libraries/ManiaLib/Database/ConnectionParams.php | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/libraries/ManiaLib/Database/ConnectionParams.php b/libraries/ManiaLib/Database/ConnectionParams.php index b1201a1..f07d56a 100644 --- a/libraries/ManiaLib/Database/ConnectionParams.php +++ b/libraries/ManiaLib/Database/ConnectionParams.php @@ -15,14 +15,6 @@ class ConnectionParams { - /** - * Human readeable identifier of the connection, to use with the factory. - * For example "server01" so you can use Connection::factory("server01") - * to retrieve a connection with the params from that object. - * @var string - */ - public $id; - /** * Hostname * @var string @@ -67,4 +59,4 @@ class ConnectionParams } -?> \ No newline at end of file +?>