fmk             Sat Oct  5 22:10:19 2002 EDT

  Modified files:              
    /php4/ext/fbsql     php_fbsql.c 
  Log:
  Fixing comment allowing the module to compile again
  
  
Index: php4/ext/fbsql/php_fbsql.c
diff -u php4/ext/fbsql/php_fbsql.c:1.84 php4/ext/fbsql/php_fbsql.c:1.85
--- php4/ext/fbsql/php_fbsql.c:1.84     Wed Sep  4 00:24:54 2002
+++ php4/ext/fbsql/php_fbsql.c  Sat Oct  5 22:10:19 2002
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: php_fbsql.c,v 1.84 2002/09/04 04:24:54 kalowsky Exp $ */
+/* $Id: php_fbsql.c,v 1.85 2002/10/06 02:10:19 fmk Exp $ */
 
 /* TODO:
  *
@@ -164,7 +164,7 @@
 #define FBSQL_ISO_VERSIONED 4
 
 #define FBSQL_LOB_DIRECT 0                             /* default */
-#define FBSQL_LOB_HANDLE 1                             /I default */
+#define FBSQL_LOB_HANDLE 1                             /* default */
 
 
 /* {{{ fbsql_functions[]



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

Reply via email to