fields() );
}
function documentation(){
?>
|
.
- level: you have to use the level id, you can find it in "Levels" tab
|
fields();
$columns = array();
foreach ( $keys as $key ) {
$pos = array_search( $key, $headers );
if( $pos !== FALSE ){
$columns[ $key ] = $pos;
$$key = $row[ $columns[ $key ] ];
}
}
if( !empty( $level ) )
$level = ihc_do_complete_level_assign_from_ap( $user_id, $level );
}
}
new ACUI_IndeedMemberShipPro();