Fixed accidental search and replace of _booking_person_studygroups_cleanup

This commit is contained in:
2014-11-25 20:11:01 +11:00
parent 9f917de8a5
commit b96deade15
7 changed files with 160 additions and 160 deletions

View File

@@ -596,7 +596,7 @@ function _booking_room_capacity_check($room_id, $room_bedtype, $room_definition_
* @param $nid - the node id for the person
* @return nothing
*/
function _booking_rooms_cleanup($nid)
function _booking_person_rooms_cleanup($nid)
{
global $event;