Ignore:
Timestamp:
Apr 8, 2013, 11:15:52 PM (11 years ago)
Author:
chronos
Message:
  • Opraveno: Načítání oprávnění anonymního uživatele. Dříve byl uživatel identifikován předvoleným číslem, nyní je použita hodnota NULL.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Portal/Portal.php

    r512 r515  
    2626    global $Config;
    2727   
    28     $this->Database->select_db($Config['Database']['Database']);
    29 
    3028    $Output2 = '';
    3129
     
    307305    }
    308306
    309     $this->Database->select_db($Config['Database']['Database']);
    310 
    311307    $DbResult = $this->Database->query('SELECT * FROM `HyperlinkGroup`');
    312308    while($DbRow = $DbResult->fetch_assoc())
Note: See TracChangeset for help on using the changeset viewer.