derick Sun Feb 9 07:14:32 2003 EDT Modified files: (Branch: PHP_4_3) /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.86.2.13 php4/ext/mssql/php_mssql.c:1.86.2.14 --- php4/ext/mssql/php_mssql.c:1.86.2.13 Sun Feb 9 04:40:56 2003 +++ php4/ext/mssql/php_mssql.c Sun Feb 9 07:14:31 2003 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: php_mssql.c,v 1.86.2.13 2003/02/09 09:40:56 fmk Exp $ */ +/* $Id: php_mssql.c,v 1.86.2.14 2003/02/09 12:14:31 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