Ignore:
Timestamp:
Oct 2, 2012, 9:42:35 AM (12 years ago)
Author:
chronos
Message:
  • Upraveno: Stránky přesunuty do modulu ZděchovNET.
  • Přidáno: Instalace a odinstalace modulu ZděchovNET.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/System/UModuleSystem.pas

    r93 r97  
    8686  end;
    8787  Core.ModuleManager.OnModuleChange := ModuleChange;
    88   inherited Start;
     88  inherited;
    8989end;
    9090
     
    128128  try
    129129    DbRows := TDbRows.Create;
    130     Core.CommonDatabase.Query(DbRows, 'DROP TABLE `SystemModule`');
     130    Core.CommonDatabase.Query(DbRows, 'DROP TABLE IF EXISTS `SystemModule`');
    131131  finally
    132132    DbRows.Free;
Note: See TracChangeset for help on using the changeset viewer.