From: Wez Furlong Date: Sun, 27 Feb 2005 01:30:58 +0000 (+0000) Subject: fix comma X-Git-Tag: RELEASE_0_3~172 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cbe40ddd2dcfb1a736faed2cbe00908ed20c1b8f;p=php fix comma --- diff --git a/ext/pdo_mysql/mysql_driver.c b/ext/pdo_mysql/mysql_driver.c index cd1c8f0b29..b31ad28184 100755 --- a/ext/pdo_mysql/mysql_driver.c +++ b/ext/pdo_mysql/mysql_driver.c @@ -160,7 +160,7 @@ static long mysql_handle_doer(pdo_dbh_t *dbh, const char *sql, long sql_len TSRM } } -static char *pdo_mysql_last_insert_id(pdo_dbh_t *dbh, const char *name, unsigned int *len, TSRMLS_DC) +static char *pdo_mysql_last_insert_id(pdo_dbh_t *dbh, const char *name, unsigned int *len TSRMLS_DC) { pdo_mysql_db_handle *H = (pdo_mysql_db_handle *)dbh->driver_data; char *id = NULL;