table_definition = array ( 'billkeydate' => SQL__DATE, 'billkey' => SQL__BLOB, 'id' => SQL__SERIAL ); // Call parent constructor $this->MaintenanceModule(); } // end constructor BillKey } // end module BillKey register_module('BillKey'); ?>