mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Remove Quick Add Instead redirect them to the categories settings page when plus is clicked
This commit is contained in:
@@ -25,9 +25,6 @@ require_once "calendar_event_add_modal.php";
|
||||
|
||||
require_once "calendar_add_modal.php";
|
||||
|
||||
require_once "category_quick_add_modal.php";
|
||||
|
||||
|
||||
//loop through IDs and create a modal for each
|
||||
$sql = mysqli_query($mysqli, "SELECT * FROM events LEFT JOIN calendars ON event_calendar_id = calendar_id");
|
||||
while ($row = mysqli_fetch_array($sql)) {
|
||||
@@ -44,7 +41,6 @@ while ($row = mysqli_fetch_array($sql)) {
|
||||
|
||||
require "calendar_event_edit_modal.php";
|
||||
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user