Changeset 90 for trunk/Packages/Common/Common.php
- Timestamp:
- Oct 4, 2019, 10:31:38 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/Common/Common.php
r69 r90 19 19 include_once(dirname(__FILE__).'/Setup.php'); 20 20 include_once(dirname(__FILE__).'/Table.php'); 21 include_once(dirname(__FILE__).'/Process.php'); 21 22 22 23 class PackageCommon … … 32 33 { 33 34 $this->Name = 'Common'; 34 $this->Version = '1. 2';35 $this->ReleaseDate = strtotime('201 6-01-22');35 $this->Version = '1.3'; 36 $this->ReleaseDate = strtotime('2019-10-04'); 36 37 $this->Creator = 'Chronos'; 37 38 $this->License = 'GNU/GPL'; 38 $this->Homepage = 'http ://svn.zdechov.net/svn/PHPlib/Common/';39 $this->Homepage = 'https://svn.zdechov.net/PHPlib/Common/'; 39 40 } 40 41 } … … 48 49 var $Page; 49 50 50 function __construct( System $System)51 function __construct() 51 52 { 53 global $System; 54 52 55 $this->ItemPerPage = $System->Config['Web']['ItemsPerPage']; 53 56 $this->Around = $System->Config['Web']['VisiblePagingItems'];
Note:
See TracChangeset
for help on using the changeset viewer.