Add a comment to remember to make a fix of this

This commit is contained in:
Laurent Destailleur 2009-04-17 18:35:16 +00:00
parent 47f255ea15
commit 49cb6a58b5

View File

@ -44,6 +44,8 @@ if ($conf->phenix->enabled && $conf->phenix->cookie)
setcookie($conf->phenix->cookie, '', 1, "/"); setcookie($conf->phenix->cookie, '', 1, "/");
} }
// TODO Should remove this because entity should be saved in session
// and is already destroyed by the session_destroy later.
// Multi-Company module // Multi-Company module
if ($conf->multicompany->enabled) if ($conf->multicompany->enabled)
{ {