mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
implemented os version management
This commit is contained in:
parent
f8911bcf9c
commit
753851410e
@ -100,8 +100,6 @@ if ($is_management_allowed === true) {
|
|||||||
$values['product'] = $product;
|
$values['product'] = $product;
|
||||||
$values['version'] = $version;
|
$values['version'] = $version;
|
||||||
$values['end_of_support'] = $end_of_life_date;
|
$values['end_of_support'] = $end_of_life_date;
|
||||||
hd($values, true);
|
|
||||||
hd($idOS, true);
|
|
||||||
$result = db_process_sql_update('tconfig_os_version', $values, ['id_os_version' => $idOS]);
|
$result = db_process_sql_update('tconfig_os_version', $values, ['id_os_version' => $idOS]);
|
||||||
|
|
||||||
if ($result === false) {
|
if ($result === false) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user