Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 920 → Rev 921

/trunk/client/integrateur_wikini/bibliotheque/iw_integrateur.fonct.php
21,7 → 21,7
// | along with Foobar; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: iw_integrateur.fonct.php,v 1.18 2006-08-29 20:01:33 ddelon Exp $
// CVS : $Id: iw_integrateur.fonct.php,v 1.19 2006-08-29 20:22:41 ddelon Exp $
/**
* Fonctions de l'integrateur de page Wikini
*
33,7 → 33,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.18 $ $Date: 2006-08-29 20:01:33 $
*@version $Revision: 1.19 $ $Date: 2006-08-29 20:22:41 $
*
// +------------------------------------------------------------------------------------------------------+
// | ENTETE du PROGRAMME |
428,9 → 428,9
$wiki = new Wiki_Papyrus($wakkaConfig);
 
if ($GLOBALS['_GEN_commun']['pear_auth']->checkAuth()) {
if (!isset($_SESSION["user"]) || ($_SESSION["user"]=="")) {
// if (!isset($_SESSION["user"]) || ($_SESSION["user"]=="")) {
$wiki->SetUser('initwiki');
}
// }
}
else {
$wiki->LogoutUser();