Skip to content

Commit

Permalink
Bug #19231 Call to undefined function odbc_get_last_message()
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.php.net/repository/pear/packages/MDB2/trunk@322642 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
CloCkWeRX committed Jan 23, 2012
1 parent 8a9bda1 commit 683608d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MDB2/Driver/odbc.php
Expand Up @@ -95,7 +95,7 @@ function errorInfo($error = null, $connection = null)
@odbc_free_result($result);
}
}
$native_msg = @odbc_get_last_message();
$native_msg = @odbc_errormsg();
if (is_null($error)) {
static $ecode_map;
if (empty($ecode_map)) {
Expand Down

0 comments on commit 683608d

Please sign in to comment.