From 13150f87c59dc052f698e7e905c07f56ccefaec7 Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Tue, 5 Jan 2021 14:05:26 +0100 Subject: Remove 11 year old FIXME comment, code has been in use like that long enough :-) --- it_dbi.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it_dbi.class b/it_dbi.class index 23a7be0..0fa890a 100644 --- a/it_dbi.class +++ b/it_dbi.class @@ -150,7 +150,7 @@ static function createclass($p) # Make sure singleton exists $dbi = $GLOBALS['it_dbi'] ? $GLOBALS['it_dbi'] : new it_dbi(array('table' => null) + $p); - $p += $dbi->_p; # FIXME: (has to be checked for side effects!) + $p += $dbi->_p; $dbid = $dbi->_dbid = "{$p['user']}@{$p['server']}:{$p['db']}"; if (!isset($dbi->_tables[$dbid])) -- cgit v1.2.3