summaryrefslogtreecommitdiff
path: root/ext/msql/php_msql.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/msql/php_msql.c')
-rw-r--r--ext/msql/php_msql.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/msql/php_msql.c b/ext/msql/php_msql.c
index c20385e38b..bca3243b0f 100644
--- a/ext/msql/php_msql.c
+++ b/ext/msql/php_msql.c
@@ -762,7 +762,6 @@ PHP_FUNCTION(msql_result)
m_query *msql_query;
m_row sql_row;
int field_offset=0;
- PLS_FETCH();
switch (ZEND_NUM_ARGS()) {
case 2:
@@ -901,7 +900,6 @@ static void php_msql_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, int result_type)
m_query *msql_query;
int num_fields;
int i;
- PLS_FETCH();
switch (ZEND_NUM_ARGS()) {
case 1: