Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 436 → Rev 437

/trunk/client/integrateur_wikini/admin_wikini.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: admin_wikini.php,v 1.2 2005-08-31 17:34:52 ddelon Exp $
// CVS : $Id: admin_wikini.php,v 1.3 2005-09-02 11:29:25 ddelon Exp $
/**
* Application gérant les Wikini associe à Papyrus
*
35,7 → 35,7
//Auteur original :
*@author David Delon <david.delon@clapas.net>
*@copyright Tela-Botanica 2000-2005
*@version $Revision: 1.2 $
*@version $Revision: 1.3 $
// +------------------------------------------------------------------------------------------------------+
*/
 
122,7 → 122,7
return $formulaire->toHTML() ;
}
// Enregistrement de la modification
// Enregistrement de la modification et retour à la liste
if ($GLOBALS['action'] == 'modifier_v') {
if ($formulaire->validate()) {
130,7 → 130,7
}
}
// Enregistrement de l'ajout
// Enregistrement de l'ajout et retour à la liste
if ($GLOBALS['action'] == 'nouveau_v') {
if ($formulaire->validate()) {
175,6 → 175,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.2 2005/08/31 17:34:52 ddelon
* Integrateur Wikini et administration des Wikini
*
* Revision 1.1 2005/08/25 08:59:12 ddelon
* Integrateur Wikini et administration des Wikini
*