sas Tue Jul 23 09:45:49 2002 EDT
Modified files:
/php4/ext/dbx dbx.c
Log:
Remove \r
Index: php4/ext/dbx/dbx.c
diff -u php4/ext/dbx/dbx.c:1.37 php4/ext/dbx/dbx.c:1.38
--- php4/ext/dbx/dbx.c:1.37 Thu Apr 18 10:04:10 2002
+++ php4/ext/dbx/dbx.c Tue Jul 23 09:45:49 2002
@@ -20,7 +20,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: dbx.c,v 1.37 2002/04/18 14:04:10 sander Exp $ */
+/* $Id: dbx.c,v 1.38 2002/07/23 13:45:49 sas Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -663,7 +663,7 @@
/*
* switch_dbx functions
- */
+ */
int switch_dbx_connect(zval **rv, zval **host, zval **db, zval **username,
zval **password, INTERNAL_FUNCTION_PARAMETERS, zval **dbx_module)
{
/* returns connection handle as resource on success or 0 as long on
failure */
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|