We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 654b590 commit 928d723Copy full SHA for 928d723
post/location_model.php
@@ -11,4 +11,4 @@
11
$hours = sanitizeInput($_POST['hours']);
12
$notes = sanitizeInput($_POST['notes']);
13
$contact = intval($_POST['contact']);
14
-$location_primary = intval($_POST['location_primary']);
+$location_primary = intval($_POST['location_primary']);
post/network_model.php
@@ -10,4 +10,4 @@
10
$dhcp_range = sanitizeInput($_POST['dhcp_range']);
$location_id = intval($_POST['location']);
-$client_id = intval($_POST['client_id']);
+$client_id = intval($_POST['client_id']);
0 commit comments