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/User/UModuleUser.pas

    r96 r97  
    116116  try
    117117    DbRows := TDbRows.Create;
    118     Core.CommonDatabase.Query(DbRows, 'DROP TABLE `User`');
    119     Core.CommonDatabase.Query(DbRows, 'DROP TABLE `UserOnline`');
     118    Core.CommonDatabase.Query(DbRows, 'DROP TABLE IF EXISTS `User`');
     119    Core.CommonDatabase.Query(DbRows, 'DROP TABLE IF EXISTS `UserOnline`');
    120120  finally
    121121    DbRows.Free;
Note: See TracChangeset for help on using the changeset viewer.