Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 1577 → Rev 1578

/trunk/client/contact/contact.php
19,7 → 19,7
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: contact.php,v 1.3 2006-04-28 11:35:37 florian Exp $
// CVS : $Id: contact.php,v 1.4 2007-09-06 12:33:00 florian Exp $
/**
* Contact
*
30,7 → 30,7
*@author Florian SCHMITT <florian@ecole-et-nature.org>
*
*@copyright RĂ©seau Ecole et Nature 2005
*@version $Revision: 1.3 $ $Date: 2006-04-28 11:35:37 $
*@version $Revision: 1.4 $ $Date: 2007-09-06 12:33:00 $
// +------------------------------------------------------------------------------------------------------+
*/
 
44,6 → 44,7
 
 
function afficherContenuCorps() {
include_once PAP_CHEMIN_API_PEAR.'HTML/QuickForm.php' ;
include_once 'client/contact/langues/contact.langue.'.$GLOBALS['_GEN_commun']['i18n'].'.inc.php'; //appel du fichier de constantes des langues
$url = preg_replace ('/&amp;/', '&', $GLOBALS['_GEN_commun']['url']->getURL()) ;
if (isset($_POST['Destinataire'])) {
114,6 → 115,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.3 2006/04/28 11:35:37 florian
* ajout constantes chemin
*
* Revision 1.2 2006/01/19 10:24:37 florian
* champs obligatoires pour le formulaire de saisie
*