summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2010-11-17 14:15:57 +0000
committerFelipe Pena <felipe@php.net>2010-11-17 14:15:57 +0000
commitb13f58ea5c6ffefc9b06cfbd9dd8eab38c899dbf (patch)
tree6104a454bde380f4b24f592452dd34a75728bc2d
parent4a6376afd893ccfc72a96041e330819a5bac2f1b (diff)
downloadphp-git-b13f58ea5c6ffefc9b06cfbd9dd8eab38c899dbf.tar.gz
- Revert bad changes
-rw-r--r--ext/pdo_firebird/firebird_driver.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/pdo_firebird/firebird_driver.c b/ext/pdo_firebird/firebird_driver.c
index 7fa4f2f173..33dd0cc3c1 100644
--- a/ext/pdo_firebird/firebird_driver.c
+++ b/ext/pdo_firebird/firebird_driver.c
@@ -551,10 +551,6 @@ static int firebird_handle_get_attribute(pdo_dbh_t const *dbh, long attr, zval *
ZVAL_STRING(val,tmp,1);
return 1;
}
-
- case PDO_ATTR_FETCH_TABLE_NAMES:
- ZVAL_BOOL(val, H->fetch_table_names);
- return 1;
}
return 0;
}