fwrite ($bf, end_tag("ROLE", 4, true));
}
}
- fwrite ($bf, close_tag("ROLES_ASSIGNMENTS", 3, true));
+ fwrite ($bf, end_tag("ROLES_ASSIGNMENTS", 3, true));
//Print header end
fwrite ($bf,end_tag("HEADER",2,true));
} else {
fwrite ($bf, end_tag("ROLE", 5, true));
}
}
- fwrite ($bf, close_tag("ROLES_ASSIGNMENTS", 4, true));
+ fwrite ($bf, end_tag("ROLES_ASSIGNMENTS", 4, true));
//End Block
fwrite ($bf,end_tag('BLOCK',3,true));
}
fwrite ($bf, end_tag("ROLE", 7, true));
}
}
- fwrite ($bf, close_tag("ROLES_ASSIGNMENTS", 6, true));
+ fwrite ($bf, end_tag("ROLES_ASSIGNMENTS", 6, true));
fwrite ($bf, end_tag("ROLE", 5, true));
}
}
- fwrite ($bf, close_tag("ROLES_ASSIGNMENTS", 4, true));
+ fwrite ($bf, end_tag("ROLES_ASSIGNMENTS", 4, true));
}
//End User tag
fwrite ($bf, end_tag("ROLE", $startlevel+1, true));
}
}
- fwrite ($bf, close_tag("ROLES_ASSIGNMENTS", $startlevel, true));
+ fwrite ($bf, end_tag("ROLES_ASSIGNMENTS", $startlevel, true));
}
?>