Bug 2900: fix GetPendingIssues.
authorJoe Atzberger <joe.atzberger@liblime.com>
Thu, 8 Jan 2009 03:47:36 +0000 (21:47 -0600)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 16 Sep 2009 21:18:46 +0000 (23:18 +0200)
commit9a59b702b018c04a0700aa682d69016ceeeffb9b
tree664d84261216debd3fc88ecf998b5e9b0dd61d01
parent90bf05aa6241b65d4feea73a62991a438aa0f3f1
Bug 2900: fix GetPendingIssues.

GetPendingIssues did several bad things:
~ select * on a 4 table join,
~ including multiple namespace collisions,
~ including large fields marc and marcxml from biblioitems,
~ return ($count, \@array_being_counted).

Not everything is fixed here (see FIXMEs), but the situation is
improved considerably, with bug 2900 resolved.  The "timestamp"
namespace collision in query should be resolved by separate patch.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
opac/opac-user.pl