diff options
author | Christian A. Weber | 2016-03-16 14:01:28 +0100 |
---|---|---|
committer | Christian A. Weber | 2016-03-16 14:01:28 +0100 |
commit | 6e1f18a4c02ec4dbdf14cdac3a82d2a4e014c015 (patch) | |
tree | d352b14e4cf4f6438c5842dead5a9a637bed7bcd /it_dbi.class | |
parent | f704cbefbebd2e6ba982935118d7d84fdcb3c3b7 (diff) | |
download | itools-6e1f18a4c02ec4dbdf14cdac3a82d2a4e014c015.tar.gz itools-6e1f18a4c02ec4dbdf14cdac3a82d2a4e014c015.tar.bz2 itools-6e1f18a4c02ec4dbdf14cdac3a82d2a4e014c015.zip |
typo
Diffstat (limited to 'it_dbi.class')
-rw-r--r-- | it_dbi.class | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |