summaryrefslogtreecommitdiff
path: root/it_dbi.class
diff options
context:
space:
mode:
Diffstat (limited to 'it_dbi.class')
-rw-r--r--it_dbi.class2
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);
}