From 6e1f18a4c02ec4dbdf14cdac3a82d2a4e014c015 Mon Sep 17 00:00:00 2001 From: Christian A. Weber Date: Wed, 16 Mar 2016 14:01:28 +0100 Subject: typo --- it_dbi.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it_dbi.class b/it_dbi.class index d498090..d65d1a2 100644 --- a/it_dbi.class +++ b/it_dbi.class @@ -116,7 +116,7 @@ function createclasses($p = array()) if (!$tables = $state['tables']) { $tables = $dbi->tables($p); - $state = it_dbi::_state_get($dbid); # State could have been modified by $db->ables() call + $state = it_dbi::_state_get($dbid); # State could have been modified by $db->tables() call $state['tables'] = $tables; it_dbi::_state_put($dbid, $state); } -- cgit v1.2.3