TMODAlpha Posted January 17, 2013 Posted January 17, 2013 I'm using MRBS, and since ive let staff put live bookings on to it Period 1 and 2 is repeated. So on the list it says: Period 1 Period 2 Period 1 Period 2 Period 3 Period 4 Period 5 Period 6 Any one had this before? checked config and it only has the original 6, im scared to edit the database or config incase it ruins the existing bookings.
PICNIC Posted January 18, 2013 Posted January 18, 2013 in your config.inc, add this line before you define your periods, underneath the $enable_periods = TRUE; line... unset($periods); 1
Achandler Posted January 18, 2013 Posted January 18, 2013 On the new version this can even be done through a web GUI, but it has been a while since I have done this. I just remember it all changing and thinking it was a good idea.
TMODAlpha Posted January 18, 2013 Author Posted January 18, 2013 in your config.inc, add this line before you define your periods, underneath the $enable_periods = TRUE; line... unset($periods); You sir, are a legend! On the new version this can even be done through a web GUI, but it has been a while since I have done this. I just remember it all changing and thinking it was a good idea. Yeh I saw that, but you cant actually define the Period names can you? At least, I can't.
Achandler Posted January 18, 2013 Posted January 18, 2013 Oh I can on my installation, though I use a Moodle addition.
TMODAlpha Posted January 18, 2013 Author Posted January 18, 2013 Oh I can on my installation, though I use a Moodle addition. Maybe its because I forced it in the config before using the GUI.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now