Remove unuse action
This commit is contained in:
parent
708f570d9f
commit
6c6d3f1f15
@ -644,9 +644,9 @@ class PiecesController extends Zend_Controller_Action
|
||||
case 'M':
|
||||
$emails = explode(';',$user->getEmail());
|
||||
$email = $emails[0];
|
||||
|
||||
|
||||
$validator = new Zend_Validate_EmailAddress();
|
||||
|
||||
|
||||
//Vérification des champs
|
||||
if (!empty($email) && $validator->isValid($email)) {
|
||||
//Envoi du mail
|
||||
@ -696,7 +696,7 @@ class PiecesController extends Zend_Controller_Action
|
||||
case 'C':
|
||||
$emails = explode(';',$user->getEmail());
|
||||
$email = $ref = $emails[0];
|
||||
|
||||
|
||||
//Vérification des champs
|
||||
$fields = array('societe', 'nom', 'prenom', 'adresse', 'cp', 'ville');
|
||||
$params = $request->getParams();
|
||||
@ -1133,14 +1133,6 @@ class PiecesController extends Zend_Controller_Action
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Téléchargement de kbis par infogreffe
|
||||
*/
|
||||
public function kbisinfogreffeAction()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* Affiche les privilèges en surveillance
|
||||
*/
|
||||
|
@ -1 +0,0 @@
|
||||
<?php
|
Loading…
Reference in New Issue
Block a user