mboeren         Mon Nov  3 06:15:24 2003 EDT

  Modified files:              
    /php-src/ext/dbx    dbx.c 
  Log:
  Make life for the doc-team easier, without causing harm ;-)
  
  
Index: php-src/ext/dbx/dbx.c
diff -u php-src/ext/dbx/dbx.c:1.55 php-src/ext/dbx/dbx.c:1.56
--- php-src/ext/dbx/dbx.c:1.55  Mon Sep  8 03:19:08 2003
+++ php-src/ext/dbx/dbx.c       Mon Nov  3 06:15:23 2003
@@ -20,7 +20,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: dbx.c,v 1.55 2003/09/08 07:19:08 mboeren Exp $ */
+/* $Id: dbx.c,v 1.56 2003/11/03 11:15:23 mboeren Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -365,7 +365,7 @@
 }
 /* }}} */
 
-/* {{{ proto dbx_result_object dbx_query(dbx_link_object dbx_link, string 
sql_statement [, long flags])
+/* {{{ proto dbx_result_object dbx_query(dbx_link_object dbx_link, string 
sql_statement [, int flags])
    Returns a dbx_link_object on success and returns 0 on failure */
 ZEND_FUNCTION(dbx_query)
 {

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

Reply via email to