[bugzilla-gnome-org-customizations] Fix my mistake in previous commit
- From: Andre Klapper <aklapper src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [bugzilla-gnome-org-customizations] Fix my mistake in previous commit
- Date: Wed, 27 Feb 2019 18:25:56 +0000 (UTC)
commit 6a34827c8d1380cdbfa8c6dd6d5ed25e37dca246
Author: Andre Klapper <a9016009 gmx de>
Date: Wed Feb 27 19:25:26 2019 +0100
Fix my mistake in previous commit
extensions/ProductInterests/lib/User.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/extensions/ProductInterests/lib/User.pm b/extensions/ProductInterests/lib/User.pm
index 8703e05..8fb604b 100644
--- a/extensions/ProductInterests/lib/User.pm
+++ b/extensions/ProductInterests/lib/User.pm
@@ -40,7 +40,7 @@ sub product_interests {
ON components.product_id = products.id
LEFT JOIN watch
ON components.initialowner = watch.watched
- AND (watch.watcher = ? OR components.initialowner = ?)
+ WHERE (watch.watcher = ? OR components.initialowner = ?)
ORDER BY products.name},
undef, ($self->id, $self->id));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]