X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plekit%2Fphp%2Ftable.php;fp=plekit%2Fphp%2Ftable.php;h=2e75dac26ac3268266a363e863a5452051cec80a;hb=f0fda226610166bcb313f6d1c6a963d9b9e1f94c;hp=dc5bd8e67f46ed565105fb7924766834a4528be4;hpb=53fb202a0ed1ef1df5c9c292de2fc410b782e5bb;p=plewww.git diff --git a/plekit/php/table.php b/plekit/php/table.php index dc5bd8e..2e75dac 100644 --- a/plekit/php/table.php +++ b/plekit/php/table.php @@ -60,7 +60,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;