]> granicus.if.org Git - php/commitdiff
Prototype adapted
authorAndreas Karajannis <kara@php.net>
Thu, 11 May 2000 16:25:58 +0000 (16:25 +0000)
committerAndreas Karajannis <kara@php.net>
Thu, 11 May 2000 16:25:58 +0000 (16:25 +0000)
ext/odbc/php_odbc.c

index 34c0c6c71c70b54719e4be3fa972a69a8896f002..931f5f2db8b296d9709b41c6f93d5e50e917a1e9 100644 (file)
@@ -1090,7 +1090,7 @@ PHP_FUNCTION(odbc_exec)
 }
 /* }}} */
 
-/* {{{ proto int odbc_fetch_into(int result_id, array result_array [, int rownumber])
+/* {{{ proto int odbc_fetch_into(int result_id [, int rownumber], array result_array)
    Fetch one result row into an array */ 
 PHP_FUNCTION(odbc_fetch_into)
 {