fixed comment

This commit is contained in:
Hadis Kakanejadi Fard 2017-02-22 11:25:33 -08:00 committed by GitHub
parent 29443afc22
commit 9ec0956347

View file

@ -33,7 +33,7 @@ $stmt->execute();
foreach ($columns as $col){
test_fetch($conn, $tableName, $col, $icon);
}
// DROP database
// DROP table
$conn->query("DROP TABLE $tableName") ?: die();
//free statement and connection