00001 <?php 00002 00015 //$Id$ 00016 00017 import("manager.form.setup.ConferenceSetupForm"); 00018 00019 class ConferenceSetupStep5Form extends ConferenceSetupForm { 00023 function ConferenceSetupStep5Form() { 00024 parent::ConferenceSetupForm( 00025 5, 00026 array( 00027 'paperEventLog' => 'bool', 00028 'paperEmailLog' => 'bool', 00029 'conferenceEventLog' => 'bool' 00030 ) 00031 ); 00032 } 00033 } 00034 00035 ?>