Ejemplo n.º 1
0
/**
* Prints out reservation info depending on what parameters
*  were passed in through the query string
* @param none
*/
function present_blackout($blackoutid)
{
    // Get info about this reservation
    $blackout = new Blackout($blackoutid);
    $blackout->print_res();
}