diff options
Diffstat (limited to 'ext/odbc/birdstep.c')
-rw-r--r-- | ext/odbc/birdstep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/odbc/birdstep.c b/ext/odbc/birdstep.c index 1d46cb920..a274a2da0 100644 --- a/ext/odbc/birdstep.c +++ b/ext/odbc/birdstep.c @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: birdstep.c,v 1.13.2.2.2.2.2.8 2008/12/31 11:15:39 sebastian Exp $ */ +/* $Id: birdstep.c,v 1.13.2.2.2.2.2.9 2009/06/06 02:40:48 mattwil Exp $ */ /* * TODO: @@ -369,7 +369,7 @@ PHP_FUNCTION(birdstep_exec) } stat = SQLExecDirect(res->hstmt,query,SQL_NTS); if ( stat != SQL_SUCCESS && stat != SQL_SUCCESS_WITH_INFO ) { - php_error_docref(NULL TSRMLS_CC, E_WARNING, "Birdstep: Can not execute \"%s\" query",query); + php_error_docref(NULL TSRMLS_CC, E_WARNING, "Birdstep: Cannot execute \"%s\" query",query); SQLFreeStmt(res->hstmt,SQL_DROP); efree(res); RETURN_FALSE; |