Esempio n. 1
0
function asp_delete_item_from_index_table($post_id)
{
    $it_o = new asp_indexTable();
    $it_o->removeDocument($post_id, true);
}