From a926328583e7ffdaaac7daf2f87810d842423f21 Mon Sep 17 00:00:00 2001 From: Greg Aker Date: Wed, 10 Nov 2010 15:26:43 -0600 Subject: Changing all class constructors to __construct() --- system/libraries/Table.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/libraries/Table.php') diff --git a/system/libraries/Table.php b/system/libraries/Table.php index 82d0a3e9d..a57781c29 100644 --- a/system/libraries/Table.php +++ b/system/libraries/Table.php @@ -37,7 +37,7 @@ class CI_Table { var $empty_cells = ""; var $function = FALSE; - function CI_Table() + public function __construct() { log_message('debug', "Table Class Initialized"); } -- cgit v1.2.3-24-g4f1b