Ticket #672: patch.diff

File patch.diff, 435 bytes (added by analogue, 4 months ago)
  • lib/jelix/db/jDb.class.php

    old new  
    5959 
    6060        $profil = self::getProfil ($name); 
    6161 
     62        if (!$name) 
     63        { 
     64                $name = $profil['name']; 
     65        } 
     66 
    6267        if (!isset ($cnxPool[$name])){ 
    6368            $cnxPool[$name] = self::_createConnector ($profil); 
    6469        } 
Download in other formats: Original Format