Changeset 827
- Timestamp:
- Apr 18, 2016, 7:43:04 AM (9 years ago)
- Location:
- trunk/Modules/News
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/News/ImportObecHovezi.php
r689 r827 2 2 3 3 include_once(dirname(__FILE__).'/../../Application/System.php'); 4 $System = new System();4 $System = new Core(); 5 5 $System->ShowPage = false; 6 6 $System->Run(); -
trunk/Modules/News/ImportTvBeskyd.php
r683 r827 2 2 3 3 include_once(dirname(__FILE__).'/../../Application/System.php'); 4 $System = new System();4 $System = new Core(); 5 5 $System->ShowPage = false; 6 6 $System->Run(); -
trunk/Modules/News/ImportZdechovCzNews.php
r683 r827 2 2 3 3 include_once(dirname(__FILE__).'/../../Application/System.php'); 4 $System = new System();4 $System = new Core(); 5 5 $System->ShowPage = false; 6 6 $System->Run(); -
trunk/Modules/News/ImportZdechovCzRecords.php
r692 r827 2 2 3 3 include_once(dirname(__FILE__).'/../../Application/System.php'); 4 $System = new System();4 $System = new Core(); 5 5 $System->ShowPage = false; 6 6 $System->Run();
Note:
See TracChangeset
for help on using the changeset viewer.