felipe                                   Wed, 17 Nov 2010 14:15:57 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=305459

Log:
- Revert bad changes

Changed paths:
    U   php/php-src/branches/PHP_5_2/ext/pdo_firebird/firebird_driver.c

Modified: php/php-src/branches/PHP_5_2/ext/pdo_firebird/firebird_driver.c
===================================================================
--- php/php-src/branches/PHP_5_2/ext/pdo_firebird/firebird_driver.c     
2010-11-17 14:09:46 UTC (rev 305458)
+++ php/php-src/branches/PHP_5_2/ext/pdo_firebird/firebird_driver.c     
2010-11-17 14:15:57 UTC (rev 305459)
@@ -551,10 +551,6 @@
                                ZVAL_STRING(val,tmp,1);
                                return 1;
                        }
-
-               case PDO_ATTR_FETCH_TABLE_NAMES:
-                       ZVAL_BOOL(val, H->fetch_table_names);
-                       return 1;
        }
        return 0;
 }

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to