fix spacing in pdo_commit.phpt

This commit is contained in:
v-kaywon 2017-04-13 09:28:24 -07:00
parent 2966956f03
commit 733ac45497

View file

@ -30,7 +30,6 @@ starts a transaction, delete rows and commit the transaction
$conn->exec("DROP TABLE Table1 ");
//free statement and connection
$ret=NULL;
$stmt = NULL;
$conn = NULL;
?>