]> granicus.if.org Git - php/commitdiff
ws fix
authorfoobar <sniper@php.net>
Fri, 23 Aug 2002 20:57:30 +0000 (20:57 +0000)
committerfoobar <sniper@php.net>
Fri, 23 Aug 2002 20:57:30 +0000 (20:57 +0000)
ext/pgsql/pgsql.c

index 1cb96a5d4fdf7c159838cef61e106fbfe964b96a..71fdc1e9d5defe008a284511b0b688150852512c 100644 (file)
@@ -194,7 +194,7 @@ zend_module_entry pgsql_module_entry = {
        PHP_RINIT(pgsql),
        PHP_RSHUTDOWN(pgsql),
        PHP_MINFO(pgsql),
-    NO_VERSION_YET,
+       NO_VERSION_YET,
        STANDARD_MODULE_PROPERTIES
 };
 /* }}} */
@@ -1551,8 +1551,8 @@ PHP_FUNCTION(pg_trace)
                        ZEND_WRONG_PARAM_COUNT();
                        break;
        }
-               
-    ZEND_FETCH_RESOURCE2(pgsql, PGconn *, z_pgsql_link, id, "PostgreSQL link", le_link, le_plink);
+
+       ZEND_FETCH_RESOURCE2(pgsql, PGconn *, z_pgsql_link, id, "PostgreSQL link", le_link, le_plink);
        convert_to_string_ex(z_filename);
 
        stream = php_stream_open_wrapper(Z_STRVAL_PP(z_filename), mode, ENFORCE_SAFE_MODE|REPORT_ERRORS, NULL);