derick Sun Feb 9 07:15:05 2003 EDT Modified files: /php4/ext/mssql php_mssql.c Log: - Whitespace fixes Index: php4/ext/mssql/php_mssql.c diff -u php4/ext/mssql/php_mssql.c:1.105 php4/ext/mssql/php_mssql.c:1.106 --- php4/ext/mssql/php_mssql.c:1.105 Sun Feb 9 04:39:53 2003 +++ php4/ext/mssql/php_mssql.c Sun Feb 9 07:15:05 2003 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: php_mssql.c,v 1.105 2003/02/09 09:39:53 fmk Exp $ */ +/* $Id: php_mssql.c,v 1.106 2003/02/09 12:15:05 derick Exp $ */ #ifdef COMPILE_DL_MSSQL #define HAVE_MSSQL 1 @@ -275,8 +275,7 @@ } else { mssql_globals->get_column_content = php_mssql_get_column_content_with_type; } - } - else { + } else { mssql_globals->get_column_content = php_mssql_get_column_content_with_type; } }
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php