[wellwell-devel] [SCM] Interchange wellwell catalog branch, master, updated. ab494469348a383b04a133c92a62e4aa485cca60

Stefan Hornburg racke at rt.icdevgroup.org
Fri Apr 10 13:31:45 UTC 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Interchange wellwell catalog".

The branch, master has been updated
       via  ab494469348a383b04a133c92a62e4aa485cca60 (commit)
      from  e3b4cd67a31586f3869646f8f3d35fafa01857b2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ab494469348a383b04a133c92a62e4aa485cca60
Author: Stefan Hornburg (Racke) <racke at linuxia.de>
Date:   Fri Apr 10 15:31:20 2009 +0200

    pass wishlist name/code instead of CGI variable

-----------------------------------------------------------------------

Summary of changes and diff:
 plugins/wishlists/code/wishlists.sub |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/plugins/wishlists/code/wishlists.sub b/plugins/wishlists/code/wishlists.sub
index 1b5b58f..533921e 100644
--- a/plugins/wishlists/code/wishlists.sub
+++ b/plugins/wishlists/code/wishlists.sub
@@ -55,7 +55,10 @@ sub {
 
 	# whether to delete stuff from wishlist
 	if ($CGI->{remove}) {
-		$Tag->wishlist('remove', $CGI->{remove}, $CGI->{cart});
+		$Tag->wishlist({function => 'remove',
+						sku => $CGI->{remove},
+						name => $wishlist_name,
+						code => $wishlist_code});
 	}
 
 	# whether to update wishlist


hooks/post-receive
-- 
Interchange wellwell catalog



More information about the wellwell-devel mailing list