Skip to content
Snippets Groups Projects
Commit fee73fd1 authored by Demian Katz's avatar Demian Katz
Browse files

Em-dash to dash.

parent d0d4c5c3
Branches
Tags
No related merge requests found
...@@ -418,7 +418,7 @@ class ClaviusSQL extends AbstractBase ...@@ -418,7 +418,7 @@ class ClaviusSQL extends AbstractBase
* <li>fine - A string describing the reason for the fine (i.e. "Overdue", * <li>fine - A string describing the reason for the fine (i.e. "Overdue",
* "Long Overdue").</li> * "Long Overdue").</li>
* <li>balance - The unpaid portion of the fine IN PENNIES.</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> * (optional)</li>
* <li>duedate - A string representing the date when the item was due.</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> * <li>id - The bibliographic ID of the record involved in the fine.</li>
...@@ -492,7 +492,7 @@ class ClaviusSQL extends AbstractBase ...@@ -492,7 +492,7 @@ class ClaviusSQL extends AbstractBase
* @return array Array of associative arrays, one for each hold associated * @return array Array of associative arrays, one for each hold associated
* with the specified account. Each associative array contains these keys: * with the specified account. Each associative array contains these keys:
* <ul> * <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> * (optional).</li>
* <li>id - The bibliographic record ID associated with the hold * <li>id - The bibliographic record ID associated with the hold
* (optional).</li> * (optional).</li>
...@@ -503,13 +503,13 @@ class ClaviusSQL extends AbstractBase ...@@ -503,13 +503,13 @@ class ClaviusSQL extends AbstractBase
* <li>reqnum - A control number for the request (optional).</li> * <li>reqnum - A control number for the request (optional).</li>
* <li>expire - The expiration date of the hold (a string).</li> * <li>expire - The expiration date of the hold (a string).</li>
* <li>create - The creation 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>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>available - Whether or not the hold is available (true) or not (false)
* (optional)</li> * (optional)</li>
* <li>item_id The item id the request item (optional).</li> * <li>item_id - The item id the request item (optional).</li>
* <li>volume The volume number of 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>publication_year - The publication year of the item (optional)</li>
* <li>title - The title of the item (optional only used if the record * <li>title - The title of the item (optional - only used if the record
* cannot be found in VuFind's index).</li> * cannot be found in VuFind's index).</li>
* </ul> * </ul>
* @SuppressWarnings(PHPMD.UnusedFormalParameter) * @SuppressWarnings(PHPMD.UnusedFormalParameter)
...@@ -535,7 +535,7 @@ class ClaviusSQL extends AbstractBase ...@@ -535,7 +535,7 @@ class ClaviusSQL extends AbstractBase
address2 address2
zip zip
phone phone
group i.e. Student, Staff, Faculty, etc. group - i.e. Student, Staff, Faculty, etc.
*/ */
public function getMyProfile($patron) public function getMyProfile($patron)
{ {
...@@ -799,12 +799,12 @@ class ClaviusSQL extends AbstractBase ...@@ -799,12 +799,12 @@ class ClaviusSQL extends AbstractBase
* <li>barcode - The barcode of the item (optional).</li> * <li>barcode - The barcode of the item (optional).</li>
* <li>renew - The number of times the item has been renewed (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>request - The number of pending requests for the item (optional).</li>
* <li>volume The volume number of 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>publication_year - The publication year of the item (optional)</li>
* <li>renewable Whether or not an item is renewable (required for * <li>renewable - Whether or not an item is renewable (required for
* renewals)</li> * renewals)</li>
* <li>message A message regarding the item (optional)</li> * <li>message - A message regarding the item (optional)</li>
* <li>title - The title of the item (optional only used if the record * <li>title - The title of the item (optional - only used if the record
* cannot be found in VuFind's index).</li> * cannot be found in VuFind's index).</li>
* <li>item_id - this is used to match up renew responses and must match * <li>item_id - this is used to match up renew responses and must match
* the item_id in the renew response</li> * the item_id in the renew response</li>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment