zeev            Fri Mar 30 06:57:02 2001 EDT

  Modified files:              (Branch: PHP_4_0_5)
    /php4/ext/pgsql     pgsql.c 
  Log:
  Revert all PostgreSQL patches that were in the branch...
  
  
Index: php4/ext/pgsql/pgsql.c
diff -u php4/ext/pgsql/pgsql.c:1.93.2.2 php4/ext/pgsql/pgsql.c:1.93.2.3
--- php4/ext/pgsql/pgsql.c:1.93.2.2     Thu Mar 29 23:36:21 2001
+++ php4/ext/pgsql/pgsql.c      Fri Mar 30 06:57:02 2001
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
  
-/* $Id: pgsql.c,v 1.93.2.2 2001/03/30 07:36:21 romolo Exp $ */
+/* $Id: pgsql.c,v 1.93.2.3 2001/03/30 14:57:02 zeev Exp $ */
 
 #include <stdlib.h>
 
@@ -531,9 +531,7 @@
 
        if (id!=-1 
                || (pgsql_link && Z_RESVAL_PP(pgsql_link)==PGG(default_link))) {
-               if (id!=-1) {
-                       zend_list_delete(PGG(default_link));
-               }
+               zend_list_delete(PGG(default_link));
                PGG(default_link) = -1;
        }
 



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to