mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Added more values to company edit and add
This commit is contained in:
@@ -63,7 +63,6 @@ if(isset($_GET['quote_id'], $_GET['url_key'])){
|
||||
$browser = get_web_browser();
|
||||
$device = get_device();
|
||||
|
||||
//Mark viewed in history
|
||||
//Mark viewed in history
|
||||
mysqli_query($mysqli,"INSERT INTO history SET history_date = CURDATE(), history_status = '$quote_status', history_description = 'Quote viewed - $ip - $os - $browser - $device', history_created_at = NOW(), quote_id = $quote_id, company_id = $company_id");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user