Exemplo n.º 1
0
 public function remove_shares()
 {
     $this->delete_object_links(UserShare::get_mysql_table(), "invitee_id");
 }