Changeset 873 for trunk/Packages/Common/Page.php
- Timestamp:
- Apr 6, 2020, 11:17:40 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/Common/Page.php
r796 r873 20 20 function Show() 21 21 { 22 return ('');22 return (''); 23 23 } 24 24 … … 26 26 { 27 27 $Output = $this->Show(); 28 return ($Output);28 return ($Output); 29 29 } 30 30 31 31 function SystemMessage($Title, $Text) 32 32 { 33 return (call_user_func_array($this->OnSystemMessage, array($Title, $Text)));33 return (call_user_func_array($this->OnSystemMessage, array($Title, $Text))); 34 34 } 35 35 }
Note:
See TracChangeset
for help on using the changeset viewer.