Jump to content

mikebio

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by mikebio

  1. Is the upgrade seamless? And what do I need to do for the upgrade? Our programmer in IT left so I took over this but I am not familiar with MRBS. We have it working with our LDAP and I am wondering if the upgrade will mess that all up? Thanks,
  2. Hey Everyone, We are using 1.4.1 and I am having some issues. I want to limit bookings to 45 minutes, no more. I took this code from online: # if not administrator, reject bookings longer than 2 hours if ((!getAuthorised(2)) && (($units * $duration) > 7200)) { print_header($day, $month, $year, $area); ?> <?php echo get_vocab('invalid_booking'); ?> <?php echo get_vocab('invalid_duration'); ?>
×
×
  • Create New...