diff --git a/module/VuFind/src/VuFind/ILS/Driver/ClaviusSQL.php b/module/VuFind/src/VuFind/ILS/Driver/ClaviusSQL.php index b9f20dd22ecbf8d96dc20e24616d8fb2782751f5..7632632df5d518e06ad8d94ea462d78ceafb26ae 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/ClaviusSQL.php +++ b/module/VuFind/src/VuFind/ILS/Driver/ClaviusSQL.php @@ -418,7 +418,7 @@ class ClaviusSQL extends AbstractBase * <li>fine - A string describing the reason for the fine (i.e. "Overdue", * "Long Overdue").</li> * <li>balance - The unpaid portion of the fine IN PENNIES.</li> - * <li>createdate – A string representing the date when the fine was accrued + * <li>createdate - A string representing the date when the fine was accrued * (optional)</li> * <li>duedate - A string representing the date when the item was due.</li> * <li>id - The bibliographic ID of the record involved in the fine.</li> @@ -492,7 +492,7 @@ class ClaviusSQL extends AbstractBase * @return array Array of associative arrays, one for each hold associated * with the specified account. Each associative array contains these keys: * <ul> - * <li>type - A string describing the type of hold – i.e. hold vs. recall + * <li>type - A string describing the type of hold - i.e. hold vs. recall * (optional).</li> * <li>id - The bibliographic record ID associated with the hold * (optional).</li> @@ -503,13 +503,13 @@ class ClaviusSQL extends AbstractBase * <li>reqnum - A control number for the request (optional).</li> * <li>expire - The expiration date of the hold (a string).</li> * <li>create - The creation date of the hold (a string).</li> - * <li>position – The position of the user in the holds queue (optional)</li> - * <li>available – Whether or not the hold is available (true) or not (false) + * <li>position - The position of the user in the holds queue (optional)</li> + * <li>available - Whether or not the hold is available (true) or not (false) * (optional)</li> - * <li>item_id – The item id the request item (optional).</li> - * <li>volume – The volume number of the item (optional)</li> - * <li>publication_year – The publication year of the item (optional)</li> - * <li>title - The title of the item (optional – only used if the record + * <li>item_id - The item id the request item (optional).</li> + * <li>volume - The volume number of the item (optional)</li> + * <li>publication_year - The publication year of the item (optional)</li> + * <li>title - The title of the item (optional - only used if the record * cannot be found in VuFind's index).</li> * </ul> * @SuppressWarnings(PHPMD.UnusedFormalParameter) @@ -535,7 +535,7 @@ class ClaviusSQL extends AbstractBase address2 zip phone - group – i.e. Student, Staff, Faculty, etc. + group - i.e. Student, Staff, Faculty, etc. */ public function getMyProfile($patron) { @@ -799,12 +799,12 @@ class ClaviusSQL extends AbstractBase * <li>barcode - The barcode of the item (optional).</li> * <li>renew - The number of times the item has been renewed (optional).</li> * <li>request - The number of pending requests for the item (optional).</li> - * <li>volume – The volume number of the item (optional)</li> - * <li>publication_year – The publication year of the item (optional)</li> - * <li>renewable – Whether or not an item is renewable (required for + * <li>volume - The volume number of the item (optional)</li> + * <li>publication_year - The publication year of the item (optional)</li> + * <li>renewable - Whether or not an item is renewable (required for * renewals)</li> - * <li>message – A message regarding the item (optional)</li> - * <li>title - The title of the item (optional – only used if the record + * <li>message - A message regarding the item (optional)</li> + * <li>title - The title of the item (optional - only used if the record * cannot be found in VuFind's index).</li> * <li>item_id - this is used to match up renew responses and must match * the item_id in the renew response</li>