summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2002-03-22 12:15:40 +0000
committerDerick Rethans <derick@php.net>2002-03-22 12:15:40 +0000
commitfe614114e62292f0d3dfa94bece175775c34bcef (patch)
treec5cdd0b93483aa3f4255b9fe29f72bb333f2f094
parentbdf73d2972d81ae2bc942d7982fa5d4637f9e8dc (diff)
downloadphp-git-fe614114e62292f0d3dfa94bece175775c34bcef.tar.gz
- oops :)
-rw-r--r--ext/informix/ifx.ec2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/informix/ifx.ec b/ext/informix/ifx.ec
index 1384708364..b5402fa071 100644
--- a/ext/informix/ifx.ec
+++ b/ext/informix/ifx.ec
@@ -774,7 +774,7 @@ EXEC SQL END DECLARE SECTION;
sprintf(cursorid, "cursor%x", IFXG(cursorid));
sprintf(descrpid, "descrp%x", IFXG(cursorid));
- EXEC SQL set connection :ifx
+ EXEC SQL set connection :ifx;
PHP_IFX_CHECK_CONNECTION(ifx);
EXEC SQL PREPARE :statemid FROM :statement;