Skip to content

Commit

Permalink
- typo fix in error message (this should all be ported to __FUNCTION_…
Browse files Browse the repository at this point in the history
…_ anyways)

git-svn-id: http://svn.php.net/repository/pear/packages/MDB2/trunk@214816 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
Lukas Smith committed Jun 15, 2006
1 parent 009e1e4 commit c0e23c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MDB2/Driver/Reverse/sqlite.php
Expand Up @@ -302,7 +302,7 @@ function getTableConstraintDefinition($table, $index_name)
}
if (!$sql) {
return $db->raiseError(MDB2_ERROR_NOT_FOUND, null, null,
'getTableIndexDefinition: it was not specified an existing table index');
'getTableConstraintDefinition: it was not specified an existing table index');
}

$sql = strtolower($sql);
Expand Down

0 comments on commit c0e23c1

Please sign in to comment.