tony2001                Thu May 25 11:46:38 2006 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src/ext/dbase  dbf_head.c 
  Log:
  MFH: remove debug output and fix bug #37589
  
  
http://cvs.php.net/viewcvs.cgi/php-src/ext/dbase/dbf_head.c?r1=1.14.4.1&r2=1.14.4.1.2.1&diff_format=u
Index: php-src/ext/dbase/dbf_head.c
diff -u php-src/ext/dbase/dbf_head.c:1.14.4.1 
php-src/ext/dbase/dbf_head.c:1.14.4.1.2.1
--- php-src/ext/dbase/dbf_head.c:1.14.4.1       Mon Jan 23 22:42:12 2006
+++ php-src/ext/dbase/dbf_head.c        Thu May 25 11:46:38 2006
@@ -260,7 +260,6 @@
        }
 
        if ((dbh = get_dbf_head(fd)) == NULL) {
-               fprintf(stderr, "Unable to get header\n");
                return NULL;
        }
        dbh->db_name = cp;

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

Reply via email to