mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Change theme on click now instead of selecting them then hitting submit more ?? 0s for the form checkboxes
This commit is contained in:
@@ -59,7 +59,7 @@ if (isset($_POST['add_asset'])) {
|
||||
mysqli_query($mysqli,"INSERT INTO asset_history SET asset_history_status = '$status', asset_history_description = '$session_name created $name', asset_history_asset_id = $asset_id");
|
||||
|
||||
//Logging
|
||||
logAction("Asset", "Create", "$session_name created asset $asset_name", $client_id, $asset_id);
|
||||
logAction("Asset", "Create", "$session_name created asset $name", $client_id, $asset_id);
|
||||
|
||||
$_SESSION['alert_message'] = "Asset <strong>$name</strong> created $alert_extended";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user