Suppression majuscule

This commit is contained in:
Michael RICOIS 2010-04-02 16:45:58 +00:00
parent b1edb0acae
commit 25d00984b5

View File

@ -112,7 +112,7 @@ if(isset($_REQUEST['action']))
try {
$O = $client->setSurveillance(
$_REQUEST['siret'],$_REQUEST['email'],
$_REQUEST['ref'], 'Privileges');
$_REQUEST['ref'], 'privileges');
} catch (SoapFault $fault) {
require_once 'soaperror.php';
processSoapFault($client,$fault,$_SESSION['tabInfo']);