Changeset 533 for trunk/Common/Page.php
- Timestamp:
- Apr 24, 2013, 10:10:33 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/Page.php
r532 r533 99 99 function GetOutput() 100 100 { 101 try {101 //try { 102 102 $Output = $this->Show(); 103 } catch (Exception $E) {104 $Output = 'Chyba: '.$E->getMessage();105 }103 //} catch (Exception $E) { 104 // $Output = 'Chyba: '.$E->getMessage(); 105 //} 106 106 if($this->ClearPage == false) 107 107 {
Note:
See TracChangeset
for help on using the changeset viewer.