diff --git a/reject_entry.php b/reject_entry.php index d98a226be..e84241ba4 100644 --- a/reject_entry.php +++ b/reject_entry.php @@ -64,6 +64,7 @@ $res = dbi_execute ( 'SELECT cal_login FROM webcal_entry_user WHERE cal_id = ? AND cal_status = "A"', [$id] ); + $partlogin = []; if ( $res ) { while ( $row = dbi_fetch_row ( $res ) ) { $partlogin[] = $row[0];