You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.
if ($_GET['search'] == 'journal') $result = $dbHandle->query("SELECT DISTINCT journal FROM library WHERE journal LIKE $query ORDER BY journal ASC");
if ($_GET['search'] == 'secondary_title') $result = $dbHandle->query("SELECT DISTINCT secondary_title FROM library WHERE secondary_title LIKE $query ORDER BY secondary_title ASC");