Skip to content

Commit

Permalink
Fixed space in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
david-puglielli committed Nov 17, 2017
1 parent b2e9621 commit 0088d61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/functional/sqlsrv/sqlsrv_empty_result_error.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function getFuncSeqError()
if ( strtoupper( substr( php_uname( 's' ),0,3 ) ) === 'WIN' ) {
return "[Microsoft][ODBC Driver Manager] Function sequence error";
} else {
return "[unixODBC][Driver Manager] Function sequence error";
return "[unixODBC][Driver Manager]Function sequence error";
}
}

Expand Down Expand Up @@ -201,4 +201,4 @@ Next result...
Fetch...
Null result set, call next result twice: #############################
Next result...
Next result...
Next result...

0 comments on commit 0088d61

Please sign in to comment.