1
0
mirror of https://github.com/php/php-src.git synced 2026-04-03 22:22:18 +02:00

forgot to remove debug variable :( (Thx to Derick)

This commit is contained in:
Georg Richter
2004-08-04 13:15:48 +00:00
parent b6da3465bc
commit 40defd5f2c

View File

@@ -171,8 +171,6 @@ static int mysqli_write_na(mysqli_object *obj, zval *newval TSRMLS_DC)
}
/* }}} */
MYSQL *p;
/* {{{ mysqli_read_property */
zval *mysqli_read_property(zval *object, zval *member, int type TSRMLS_DC)
{