Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 1830 → Rev 1831

/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.20 2007-11-19 09:54:20 ddelon Exp $
// CVS : $Id: iw_integrateur.fonct.php,v 1.21 2008-04-21 10:51:00 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.20 $ $Date: 2007-11-19 09:54:20 $
*@version $Revision: 1.21 $ $Date: 2008-04-21 10:51:00 $
*
// +------------------------------------------------------------------------------------------------------+
// | ENTETE du PROGRAMME |
366,6 → 366,14
}
 
function LogoutUser() {
unset($_SESSION["user"]["name"]);
unset($_SESSION["user"]["password"]);
unset($_SESSION["user"]["changescount"]);
$this->DeleteCookie("name");
$this->DeleteCookie("password");
$this->DeleteCookie("remember");
unset($_COOKIE["name"]);
$_SESSION["user"]="";
$this->DeleteCookie("remember");
parent::LogoutUser();