Ignore:
Timestamp:
Oct 4, 2019, 10:31:38 PM (5 years ago)
Author:
chronos
Message:
  • Modified: Updated Common package files.
  • Modified: Updated link to project website.
File:
1 edited

Legend:

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

    r69 r90  
    9898  var $Style;
    9999
    100   function __construct(System $System)
     100  function __construct()
    101101  {
     102    global $System;
     103
    102104    $this->Columns = array();
    103105    $this->Table = new TableMemory();
Note: See TracChangeset for help on using the changeset viewer.