Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 486 → Rev 487

/trunk/client/integrateur_wikini/integrateur_wikini.admin.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: integrateur_wikini.admin.php,v 1.3 2005-09-14 09:12:15 ddelon Exp $
// CVS : $Id: integrateur_wikini.admin.php,v 1.4 2005-09-30 07:48:35 ddelon Exp $
/**
* Gestion des Wikini associé à un menu pour papyrus : lit et stocke les informations dans la
* champs gm_application_arguments de la table gen_menu
53,7 → 53,7
//Auteur original :
*@author David Delon <david.delon@clapas.net>
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.3 $ $Date: 2005-09-14 09:12:15 $
*@version $Revision: 1.4 $ $Date: 2005-09-30 07:48:35 $
// +------------------------------------------------------------------------------------------------------+
*/
 
208,13 → 208,13
if (DB::isError ($resultat)) {
trigger_error("Echec de la requete : $requete<br />".$resultat->getMessage(), E_USER_WARNING) ;
return ;
}
}
$info_wikini = $resultat->fetchRow (DB_FETCHMODE_OBJECT) ;
$formulaire->setDefaults(array('code_alpha_wikini'=>$info_wikini->gewi_code_alpha_wikini)) ;
$formulaire->setDefaults(array('page'=>$info_wikini->gewi_page)) ;
$resultat->free();
$info_wikini = $resultat->fetchRow (DB_FETCHMODE_OBJECT) ;
$formulaire->setDefaults(array('code_alpha_wikini'=>$info_wikini->gewi_code_alpha_wikini)) ;
$formulaire->setDefaults(array('page'=>$info_wikini->gewi_page)) ;
$resultat->free();
}
else {
276,6 → 276,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.3 2005/09/14 09:12:15 ddelon
* Integrateur Wikini et administration des Wikini
*
* Revision 1.2 2005/09/06 08:35:36 ddelon
* Integrateur Wikini et administration des Wikini
*