Ignore:
Timestamp:
Apr 24, 2013, 10:48:02 PM (11 years ago)
Author:
chronos
Message:
  • Opraveno: Starý odkaz na globální proměnnou $Config v třídě User.
  • Opraveno: Třída stránky PageOpeningHours neměla uvedenu třídu nadřazenou stránky.
File:
1 edited

Legend:

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

    r525 r534  
    1919      {
    2020        $this->System->ModuleManager->Modules['System']->SaveToDatabase();
     21        $Output .= $this->SystemMessage('Načtení modulů', 'Seznam modulů v databázi zaktualizován');   
    2122      } else
    2223      if($_GET['A'] == 'Install')
     
    4546    $PageList = GetPageList($DbRow[0]);   
    4647
    47     $Output = $PageList['Output'];
     48    $Output .= $PageList['Output'];
    4849    $Output .= '<table class="WideTable" style="font-size: small;">';
    4950   
     
    257258        'Description' => $Module->Description, 'License' => $Module->License,
    258259        'Installed' => $Module->Installed));
    259       echo($this->Database->LastQuery."\n");
    260260    }
    261261   
     
    299299          $Module->Id.' AND DependencyModule='.$Dep);
    300300      }     
    301     }   
     301    }
    302302  }
    303303}
Note: See TracChangeset for help on using the changeset viewer.