summaryrefslogtreecommitdiff
path: root/ext/msql
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2000-02-05 15:44:20 +0000
committerZeev Suraski <zeev@php.net>2000-02-05 15:44:20 +0000
commitc12aa454ffa6a8bf0d0ed8a3402ff49fc322406f (patch)
treecf34df56055d5dc5145270215feb57636514a82d /ext/msql
parentf207b3623e61da6a25e671fbcef70de49133b714 (diff)
downloadphp-git-c12aa454ffa6a8bf0d0ed8a3402ff49fc322406f.tar.gz
Compile fixes
Diffstat (limited to 'ext/msql')
-rw-r--r--ext/msql/php_msql.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/msql/php_msql.c b/ext/msql/php_msql.c
index 8701b692ee..c98ccdfcce 100644
--- a/ext/msql/php_msql.c
+++ b/ext/msql/php_msql.c
@@ -217,7 +217,6 @@ static void php_msql_do_connect(INTERNAL_FUNCTION_PARAMETERS,int persistent)
char *hashed_details;
int hashed_details_length;
int msql;
- ELS_FETCH();
switch(ARG_COUNT(ht)) {
case 0: /* defaults */