diff --git a/webgis-geopoverty/php/koneksi.php b/webgis-geopoverty/php/koneksi.php index 4690a4f..cc07bce 100644 --- a/webgis-geopoverty/php/koneksi.php +++ b/webgis-geopoverty/php/koneksi.php @@ -15,7 +15,6 @@ mysqli_set_charset($conn, "utf8mb4"); // Helper: tambah kolom hanya jika belum ada function addColumnIfNotExists($conn, $table, $column, $definition) { - $db = mysqli_select_db($conn, 'webgis_kemiskinan') ? 'webgis_kemiskinan' : ''; $check = mysqli_query( $conn, "SELECT COUNT(*) as cnt FROM information_schema.COLUMNS