Hey there guys,
Since there are quite a few scripts that are using user_array, do you think it might be worth extricating the code to create/add/update user_array entries into it's own include?
The reason I'm suggesting this is that we wanted to disable the pitboard on some of our dev/test servers and it broke a few other includes.
Also, this gives us a place to add things like indexing variables so we can call it using something like "$uName = $user_array[$i,$uaUserName];" rather than an obscure index number.
I'm also wanting to add some extra fields, for info such as this track/car PB and a few others to save extra function calls, which all take proc time.
I'm not actaully sure who created the pitboard.lpr, so it would be their call, but I would hope that in the interest of wider development, they would consider to do so (or pass it back to me to implement).
Since there are quite a few scripts that are using user_array, do you think it might be worth extricating the code to create/add/update user_array entries into it's own include?
The reason I'm suggesting this is that we wanted to disable the pitboard on some of our dev/test servers and it broke a few other includes.
Also, this gives us a place to add things like indexing variables so we can call it using something like "$uName = $user_array[$i,$uaUserName];" rather than an obscure index number.
I'm also wanting to add some extra fields, for info such as this track/car PB and a few others to save extra function calls, which all take proc time.
I'm not actaully sure who created the pitboard.lpr, so it would be their call, but I would hope that in the interest of wider development, they would consider to do so (or pass it back to me to implement).