This commit is contained in:
cmaffio
2016-05-05 12:05:22 +02:00
parent 3eed38727c
commit 525761f2c5

View File

@@ -7,7 +7,6 @@ view_top();
if (isset($_POST['rif']) && $_POST['rif'] != "") { if (isset($_POST['rif']) && $_POST['rif'] != "") {
$id = $_POST['id']; $id = $_POST['id'];
$rif = $_POST['rif']; $rif = $_POST['rif'];
$dflt = $_POST['dflt'];
$query = " INSERT INTO $query = " INSERT INTO
proxy_acl proxy_acl
@@ -15,7 +14,6 @@ if (isset($_POST['rif']) && $_POST['rif'] != "") {
idacllist = $id, idacllist = $id,
rif = '$rif', rif = '$rif',
attivo = 1, attivo = 1,
dflt = $dflt,
data = NOW() data = NOW()
"; ";
$res = mysql_query( $query, $DB_ID ); $res = mysql_query( $query, $DB_ID );
@@ -51,7 +49,7 @@ if (isset($_POST['rif']) && $_POST['rif'] != "") {
} else { } else {
$id = 0; $id = 0;
} }
print $query; //print $query;
?> ?>
<form name="" method="post"> <form name="" method="post">