]> granicus.if.org Git - php/commitdiff
WS
authorDan Kalowsky <kalowsky@php.net>
Wed, 31 Jul 2002 13:51:20 +0000 (13:51 +0000)
committerDan Kalowsky <kalowsky@php.net>
Wed, 31 Jul 2002 13:51:20 +0000 (13:51 +0000)
ext/odbc/php_odbc_includes.h

index a2e1911a2ac0bf035d9f83b90d506253cb5eaf51..d96ee8ba78ecfcd699ff949701f7a5b79c6bf4ff 100644 (file)
@@ -12,9 +12,9 @@
    | obtain it through the world-wide-web, please send a note to          |
    | license@php.net so we can mail you a copy immediately.               |
    +----------------------------------------------------------------------+
-   | Authors: Stig Sæther Bakken <ssb@fast.no>                            |
+   | Authors: Stig Sæther Bakken <ssb@fast.no>                              |
    |          Andreas Karajannis <Andreas.Karajannis@gmd.de>              |
-   |           Kevin N. Shallow <kshallow@tampabay.rr.com> Birdstep Support |
+   |         Kevin N. Shallow <kshallow@tampabay.rr.com> Birdstep Support|
    +----------------------------------------------------------------------+
 */
 
@@ -221,7 +221,7 @@ typedef struct odbc_result_value {
 } odbc_result_value;
 
 typedef struct odbc_result {
-    ODBC_SQL_STMT_T stmt;
+       ODBC_SQL_STMT_T stmt;
        int id;
        odbc_result_value *values;
        SWORD numcols;
@@ -229,8 +229,8 @@ typedef struct odbc_result {
 # if HAVE_SQL_EXTENDED_FETCH
        int fetch_abs;
 # endif
-    long longreadlen;
-    int binmode;
+       long longreadlen;
+       int binmode;
        int fetched;
        odbc_connection *conn_ptr;
 } odbc_result;