]> granicus.if.org Git - php/commitdiff
- This is not C++ code
authorfoobar <sniper@php.net>
Tue, 19 Apr 2005 11:28:02 +0000 (11:28 +0000)
committerfoobar <sniper@php.net>
Tue, 19 Apr 2005 11:28:02 +0000 (11:28 +0000)
ext/sqlite/pdo_sqlite2.c

index b22167126cfb00733c8b5d1bd39a5384cf560e12..c797dbe8a7f3ce43eb5702de5c0930928c5d8d20 100644 (file)
@@ -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);