From c0e23c16d955d7d27b0cd4faf659a9ec85e2aedc Mon Sep 17 00:00:00 2001 From: Lukas Smith Date: Thu, 15 Jun 2006 08:07:22 +0000 Subject: [PATCH] - typo fix in error message (this should all be ported to __FUNCTION__ anyways) git-svn-id: http://svn.php.net/repository/pear/packages/MDB2/trunk@214816 c90b9560-bf6c-de11-be94-00142212c4b1 --- MDB2/Driver/Reverse/sqlite.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MDB2/Driver/Reverse/sqlite.php b/MDB2/Driver/Reverse/sqlite.php index f554116e..3c6a2015 100644 --- a/MDB2/Driver/Reverse/sqlite.php +++ b/MDB2/Driver/Reverse/sqlite.php @@ -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);