Changeset 888 for trunk/Modules/Export/Page.php
- Timestamp:
- Dec 27, 2022, 7:50:23 PM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Export/Page.php
r880 r888 813 813 } 814 814 815 function Show() 815 function Show(): string 816 816 { 817 817 $this->Title = T('Export'); … … 837 837 } 838 838 839 function Show() 839 function Show(): string 840 840 { 841 841 if (array_key_exists('i', $_GET))
Note:
See TracChangeset
for help on using the changeset viewer.