Suppression majuscule
This commit is contained in:
parent
b1edb0acae
commit
25d00984b5
@ -112,7 +112,7 @@ if(isset($_REQUEST['action']))
|
|||||||
try {
|
try {
|
||||||
$O = $client->setSurveillance(
|
$O = $client->setSurveillance(
|
||||||
$_REQUEST['siret'],$_REQUEST['email'],
|
$_REQUEST['siret'],$_REQUEST['email'],
|
||||||
$_REQUEST['ref'], 'Privileges');
|
$_REQUEST['ref'], 'privileges');
|
||||||
} catch (SoapFault $fault) {
|
} catch (SoapFault $fault) {
|
||||||
require_once 'soaperror.php';
|
require_once 'soaperror.php';
|
||||||
processSoapFault($client,$fault,$_SESSION['tabInfo']);
|
processSoapFault($client,$fault,$_SESSION['tabInfo']);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user