Skip to content
Snippets Groups Projects
Commit 0e0ab2ed authored by Josef Moravec's avatar Josef Moravec Committed by Robert Lange
Browse files

Fix incorrect property name.

parent cb8adad1
No related merge requests found
...@@ -104,7 +104,7 @@ class NewGenLib extends AbstractBase ...@@ -104,7 +104,7 @@ class NewGenLib extends AbstractBase
"' and document_library_id='" . $holding[$i]['library_id'] . "' and document_library_id='" . $holding[$i]['library_id'] .
"' and status='A'"; "' and status='A'";
try { try {
$sqlStmt2 = $this->_db->prepare($duedateql); $sqlStmt2 = $this->db->prepare($duedateql);
$sqlStmt2->execute(); $sqlStmt2->execute();
} catch (PDOException $e1) { } catch (PDOException $e1) {
throw new ILSException($e1->getMessage()); throw new ILSException($e1->getMessage());
......
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