edink           Sat Jul  2 18:50:02 2005 EDT

  Modified files:              (Branch: PHP_5_0)
    /php-src/ext/odbc   php_odbc.c 
  Log:
  MFH
  
http://cvs.php.net/diff.php/php-src/ext/odbc/php_odbc.c?r1=1.179.2.4&r2=1.179.2.5&ty=u
Index: php-src/ext/odbc/php_odbc.c
diff -u php-src/ext/odbc/php_odbc.c:1.179.2.4 
php-src/ext/odbc/php_odbc.c:1.179.2.5
--- php-src/ext/odbc/php_odbc.c:1.179.2.4       Thu Jun  2 11:42:44 2005
+++ php-src/ext/odbc/php_odbc.c Sat Jul  2 18:50:01 2005
@@ -20,7 +20,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: php_odbc.c,v 1.179.2.4 2005/06/02 15:42:44 tony2001 Exp $ */
+/* $Id: php_odbc.c,v 1.179.2.5 2005/07/02 22:50:01 edink Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -246,7 +246,7 @@
        odbc_result *res;
        odbc_connection *conn = (odbc_connection *)rsrc->ptr;
 
-       nument = zend_hash_next_free_element(&EG(regular_list));
+       nument = zend_hash_next_free_element(&EG(persistent_list));
        for(i = 1; i < nument; i++) {
                ptr = zend_list_find(i, &type);
                if (ptr && (type == le_result)) {

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

Reply via email to