X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plekit%2Fphp%2Ftable2.php;fp=plekit%2Fphp%2Ftable2.php;h=d3b6849b94f5a359ae0323823ee8cd66be15e1ba;hb=f0fda226610166bcb313f6d1c6a963d9b9e1f94c;hp=094c3f26bb584bebdb8c4f1a47abdf67bf608730;hpb=53fb202a0ed1ef1df5c9c292de2fc410b782e5bb;p=plewww.git diff --git a/plekit/php/table2.php b/plekit/php/table2.php index 094c3f2..d3b6849 100644 --- a/plekit/php/table2.php +++ b/plekit/php/table2.php @@ -61,7 +61,7 @@ class PlekitTable { // internal var $has_tfoot; - function PlekitTable ($table_id,$headers,$sort_column,$options=NULL) { + function __construct ($table_id,$headers,$sort_column,$options=NULL) { $this->table_id = $table_id; $this->headers = $headers; $this->sort_column = $sort_column;