@ -89,12 +98,10 @@ function upei_roblib_ill_form_redirect() {
//TODO phone number, email etc. could be variables read from the database.
//TODO phone number, email etc. could be variables read from the database.
$std_message = "<divclass='upei-roblib-ill-message'>To contact the department about this request, you can send a message to <ahref='mailto:ill@upei.ca'>ill@upei.ca</a> or
$std_message = "<divclass='upei-roblib-ill-message'>To contact the department about this request, you can send a message to <ahref='mailto:ill@upei.ca'>ill@upei.ca</a> or
@ -65,7 +65,7 @@ function upei_roblib_ill_add_request($form_state, $aid) {
* @return string/array
* @return string/array
* Returns a Relais authentication id (token) or an array containing the Relais response error which should include the error message if authentication fails
* Returns a Relais authentication id (token) or an array containing the Relais response error which should include the error message if authentication fails
*/
*/
function upei_roblib_ill_authenticate($barcode) {
function upei_roblib_ill_authenticate($barcode, $surname) {
$err_message .= t( ' Your Campus ID could be incorrect or your Last Name does not match what is stored in the profile for the user with the specified Campus ID');