/[dolibarr]/dolibarr/htdocs/includes/menus/barre_left/eldy_frontoffice.php
ViewVC logotype

Diff of /dolibarr/htdocs/includes/menus/barre_left/eldy_frontoffice.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by eldy, Sun Oct 2 19:20:22 2005 UTC revision 1.5 by eldy, Tue Nov 1 17:49:22 2005 UTC
# Line 60  class MenuLeft { Line 60  class MenuLeft {
60       */       */
61      function showmenu()      function showmenu()
62      {      {
63          global $user, $conf, $langs;          global $user,$conf,$langs,$dolibarr_main_db_name;
64                    
65          if (! session_id()) session_start();    // En mode authentification PEAR, la session a déjà été ouverte          if (! session_id()) {
66                session_name("DOLSESSID_".$dolibarr_main_db_name);
67                session_start();    // En mode authentification PEAR, la session a déjà été ouverte
68            }
69                    
70          $user->getrights("");          $user->getrights("");
71                    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26