edink           Mon Feb 14 18:40:25 2005 EDT

  Modified files:              
    /php-src/ext/pgsql  pgsql.c 
  Log:
  ws fix
  
http://cvs.php.net/diff.php/php-src/ext/pgsql/pgsql.c?r1=1.313&r2=1.314&ty=u
Index: php-src/ext/pgsql/pgsql.c
diff -u php-src/ext/pgsql/pgsql.c:1.313 php-src/ext/pgsql/pgsql.c:1.314
--- php-src/ext/pgsql/pgsql.c:1.313     Mon Feb 14 18:36:16 2005
+++ php-src/ext/pgsql/pgsql.c   Mon Feb 14 18:40:24 2005
@@ -19,7 +19,7 @@
    +----------------------------------------------------------------------+
  */
  
-/* $Id: pgsql.c,v 1.313 2005/02/14 23:36:16 edink Exp $ */
+/* $Id: pgsql.c,v 1.314 2005/02/14 23:40:24 edink Exp $ */
 
 #include <stdlib.h>
 
@@ -1346,7 +1346,7 @@
    Returns the type oid for the given field */
 PHP_FUNCTION(pg_field_type_oid)
 {
-        
php_pgsql_get_field_info(INTERNAL_FUNCTION_PARAM_PASSTHRU,PHP_PG_FIELD_TYPE_OID);
+       
php_pgsql_get_field_info(INTERNAL_FUNCTION_PARAM_PASSTHRU,PHP_PG_FIELD_TYPE_OID);
 }
 /* }}} */
 

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

Reply via email to