sniper Tue Apr 19 07:28:05 2005 EDT Modified files: /php-src/ext/sqlite pdo_sqlite2.c Log: - This is not C++ code http://cvs.php.net/diff.php/php-src/ext/sqlite/pdo_sqlite2.c?r1=1.4&r2=1.5&ty=u Index: php-src/ext/sqlite/pdo_sqlite2.c diff -u php-src/ext/sqlite/pdo_sqlite2.c:1.4 php-src/ext/sqlite/pdo_sqlite2.c:1.5 --- php-src/ext/sqlite/pdo_sqlite2.c:1.4 Tue Mar 15 10:58:04 2005 +++ php-src/ext/sqlite/pdo_sqlite2.c Tue Apr 19 07:28:02 2005 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: pdo_sqlite2.c,v 1.4 2005/03/15 15:58:04 wez Exp $ */ +/* $Id: pdo_sqlite2.c,v 1.5 2005/04/19 11:28:02 sniper Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" #endif @@ -390,7 +390,7 @@ ret[len + 3] = '\0'; *quoted = ret; *quotedlen = len + 3; - //fprintf(stderr, "Quoting:%d:%.*s:\n", *quotedlen, *quotedlen, *quoted); + /* fprintf(stderr, "Quoting:%d:%.*s:\n", *quotedlen, *quotedlen, *quoted); */ return 1; } else if (unquotedlen) { ret = sqlite_mprintf("'%q'", unquoted);
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php