Changeset 97 for trunk/Modules/System/UModuleSystem.pas
- Timestamp:
- Oct 2, 2012, 9:42:35 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/System/UModuleSystem.pas
r93 r97 86 86 end; 87 87 Core.ModuleManager.OnModuleChange := ModuleChange; 88 inherited Start;88 inherited; 89 89 end; 90 90 … … 128 128 try 129 129 DbRows := TDbRows.Create; 130 Core.CommonDatabase.Query(DbRows, 'DROP TABLE `SystemModule`');130 Core.CommonDatabase.Query(DbRows, 'DROP TABLE IF EXISTS `SystemModule`'); 131 131 finally 132 132 DbRows.Free;
Note:
See TracChangeset
for help on using the changeset viewer.