Changeset 783 for trunk/Application
- Timestamp:
- Jan 9, 2016, 12:33:50 PM (9 years ago)
- Location:
- trunk/Application
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/Version.php
r781 r783 1 1 <?php 2 2 3 $Revision = 78 1; // Subversion revision3 $Revision = 782; // Subversion revision 4 4 $DatabaseRevision = 770; // SQL structure revision 5 $ReleaseTime = strtotime('2016-01-0 1');5 $ReleaseTime = strtotime('2016-01-09'); -
trunk/Application/View.php
r782 r783 125 125 function GetOutput($Page) 126 126 { 127 $Page->OnSystemMessage = array($this->System->BaseView, 'SystemMessage'); 128 127 129 $Output = $Page->Show(); 128 130 if($Page->ClearPage == false)
Note:
See TracChangeset
for help on using the changeset viewer.