Ignore:
Timestamp:
Apr 7, 2020, 9:13:33 PM (4 years ago)
Author:
chronos
Message:
  • Modified: Updated Common package.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Packages/Common/Common.php

    r55 r56  
    1919include_once(dirname(__FILE__).'/Setup.php');
    2020include_once(dirname(__FILE__).'/Table.php');
     21include_once(dirname(__FILE__).'/Process.php');
    2122
    2223class PackageCommon
     
    3233  {
    3334    $this->Name = 'Common';
    34     $this->Version = '1.2';
    35     $this->ReleaseDate = strtotime('2019-02-28');
     35    $this->Version = '1.4';
     36    $this->ReleaseDate = strtotime('2020-04-07');
    3637    $this->Creator = 'Chronos';
    3738    $this->License = 'GNU/GPL';
    38     $this->Homepage = 'http://svn.zdechov.net/PHPlib/Common/';
     39    $this->Homepage = 'https://svn.zdechov.net/PHPlib/Common/';
    3940  }
    4041}
     
    4849  var $Page;
    4950
    50   function __construct()
     51  function __construct($System)
    5152  {
    52     global $System;
    53 
    5453    $this->ItemPerPage = $System->Config['Web']['ItemsPerPage'];
    5554    $this->Around = $System->Config['Web']['VisiblePagingItems'];
Note: See TracChangeset for help on using the changeset viewer.