Ai bị lỗi trắng trang khi thêm cán bộ đoàn thì sửa:
$cbdoan['ten'] = $nv_Request->get_string ('ten', 'post','');
$cbdoan['ngsinh'] = $nv_Request->get_string ('ngsinh', 'post',0);
$cbdoan['gt'] = $nv_Request->get_int ('gt', 'post', 1);
$cbdoan['avt'] = $nv_Request->get_string ('avt', 'post','');
$cbdoan['nvdoan'] = $nv_Request->get_string ('nvdoan', 'post',0);
$cbdoan['dang'] = $nv_Request->get_int ('dang', 'post',0);
$cbdoan['nvdang'] = $nv_Request->get_string ('nvdang', 'post',0);
$cbdoan['que'] = $nv_Request->get_string ('que', 'post','');
$cbdoan['diachi'] = $nv_Request->get_string ('diachi', 'post','');
$cbdoan['madvi'] = $nv_Request->get_int ('madvi', 'post',0);
$cbdoan['macvu1'] = $nv_Request->get_int ('macvu1', 'post',0);
$cbdoan['macvu2'] = $nv_Request->get_int ('macvu2', 'post',0);
$cbdoan['macvu3'] = $nv_Request->get_int ('macvu3', 'post',0);
$cbdoan['email'] = $nv_Request->get_string ('email', 'post','');
$cbdoan['yahoo'] = $nv_Request->get_string ('yahoo', 'post','');
$cbdoan['skype'] = $nv_Request->get_string ('skype', 'post','');
$cbdoan['phone'] = $nv_Request->get_string ('phone', 'post','');
$cbdoan['web'] = $nv_Request->get_string ('web', 'post','');
$bodytext = $nv_Request->get_string( 'tt', 'post','' );
thay bằng:
$cbdoan['ten'] = $nv_Request->get_string ('ten', 'post','');
$cbdoan['ngsinh'] = $nv_Request->get_string ('ngsinh', 'post','');
$cbdoan['gt'] = $nv_Request->get_int ('gt', 'post', 1);
$cbdoan['avt'] = $nv_Request->get_string ('avt', 'post','');
$cbdoan['nvdoan'] = $nv_Request->get_string ('nvdoan', 'post','');
$cbdoan['dang'] = $nv_Request->get_int ('dang', 'post',0);
$cbdoan['nvdang'] = $nv_Request->get_string ('nvdang', 'post','');
$cbdoan['que'] = $nv_Request->get_string ('que', 'post','');
$cbdoan['diachi'] = $nv_Request->get_string ('diachi', 'post','');
$cbdoan['madvi'] = $nv_Request->get_int ('madvi', 'post',0);
$cbdoan['macvu1'] = $nv_Request->get_int ('macvu1', 'post',0);
$cbdoan['macvu2'] = $nv_Request->get_int ('macvu2', 'post',0);
$cbdoan['macvu3'] = $nv_Request->get_int ('macvu3', 'post',0);
$cbdoan['email'] = $nv_Request->get_string ('email', 'post','');
$cbdoan['yahoo'] = $nv_Request->get_string ('yahoo', 'post','');
$cbdoan['skype'] = $nv_Request->get_string ('skype', 'post','');
$cbdoan['phone'] = $nv_Request->get_string ('phone', 'post','');
$cbdoan['web'] = $nv_Request->get_string ('web', 'post','');
$bodytext = $nv_Request->get_string( 'tt', 'post','' );