From: foobar Date: Tue, 19 Apr 2005 11:28:02 +0000 (+0000) Subject: - This is not C++ code X-Git-Tag: php-5.0.1b1~481 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cb0c9ac022f8c4112b8309d03261f6ac0f8f365e;p=php - This is not C++ code --- diff --git a/ext/sqlite/pdo_sqlite2.c b/ext/sqlite/pdo_sqlite2.c index b22167126c..c797dbe8a7 100644 --- a/ext/sqlite/pdo_sqlite2.c +++ b/ext/sqlite/pdo_sqlite2.c @@ -390,7 +390,7 @@ static int sqlite2_handle_quoter(pdo_dbh_t *dbh, const char *unquoted, int unquo 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);