[Refdb-devel] [ refdb-Bugs-1552068 ] Search in personal list does not work with the web interface
Status: Beta
Brought to you by:
mhoenicka
From: SourceForge.net <no...@so...> - 2006-09-04 16:16:27
|
Bugs item #1552068, was opened at 2006-09-04 18:16 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385991&aid=1552068&group_id=26091 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Interface (example) Group: None Status: Open Resolution: None Priority: 5 Submitted By: Dominik (dreusser) Assigned to: Nobody/Anonymous (nobody) Summary: Search in personal list does not work with the web interface Initial Comment: When searching for records in the personal list from the webinterface, no records are returned. The following change in line 90 of refdbsearch.php corrects the problem: replace $cmd = $cmd."-p "; with $cmd = $cmd."-b $name "; ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385991&aid=1552068&group_id=26091 |