Changeset 874 for trunk/Modules/System/System.php
- Timestamp:
- Apr 6, 2020, 11:56:19 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/System/System.php
r873 r874 59 59 $Output .= $PageList['Output']; 60 60 $Output .= '<p><a href="?A=SaveToDb">Uložit do databáze</a></p>'; 61 return ($Output);61 return $Output; 62 62 } 63 63 … … 94 94 } 95 95 $Output .= $this->ShowList(); 96 return ($Output);96 return $Output; 97 97 } 98 98 } … … 416 416 $this->InstalledChecked = true; 417 417 } 418 return ($this->Installed);418 return $this->Installed; 419 419 } 420 420 … … 532 532 } 533 533 } 534 return ($Output);534 return $Output; 535 535 } 536 536 }
Note:
See TracChangeset
for help on using the changeset viewer.