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

Stefan Hornburg racke at rt.icdevgroup.org
Mon Feb 2 11:19: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  53ed8a201b82216cee936871669b4b5af96779d9 (commit)
       via  67aab0c22ddc84094aee056e686c7d5b450e23dc (commit)
      from  5fb18fe71d315a1fe1911206bea98cdf7d55e9b5 (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 53ed8a201b82216cee936871669b4b5af96779d9
Merge: 67aab0c22ddc84094aee056e686c7d5b450e23dc 5fb18fe71d315a1fe1911206bea98cdf7d55e9b5
Author: Stefan Hornburg (Racke) <racke at linuxia.de>
Date:   Mon Feb 2 12:19:39 2009 +0100

    Merge branch 'master' of ssh://racke@git.icdevgroup.org/var/git/wellwell

commit 67aab0c22ddc84094aee056e686c7d5b450e23dc
Author: Stefan Hornburg (Racke) <racke at linuxia.de>
Date:   Mon Feb 2 12:18:55 2009 +0100

    added missing variable declarations

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

Summary of changes and diff:
 plugins/backend/code/backend.sub           |    2 +-
 plugins/reviews/code/reviews_rating.widget |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/plugins/backend/code/backend.sub b/plugins/backend/code/backend.sub
index 6ed60ad..6d274cc 100644
--- a/plugins/backend/code/backend.sub
+++ b/plugins/backend/code/backend.sub
@@ -1,7 +1,7 @@
 Sub backend <<EOS
 sub {
 	my ($name, @args) = split(/\//, shift);
-	my (@fields, @values);
+	my (@fields, @values, $rowref);
 
 	unless ($Tag->acl('check')) {
 		$Tag->error({name => 'backend',
diff --git a/plugins/reviews/code/reviews_rating.widget b/plugins/reviews/code/reviews_rating.widget
index 32affbb..cd8b9ba 100644
--- a/plugins/reviews/code/reviews_rating.widget
+++ b/plugins/reviews/code/reviews_rating.widget
@@ -2,7 +2,7 @@ CodeDef reviews_rating Widget
 CodeDef reviews_rating Routine <<EOR
 sub {
 	my ($opt) = @_;
-	my ($name, %img, $max_rating, $js, $pic, @out);
+	my ($name, %img, $max_rating, $cur_rating, $js, $pic, @out);
 
 	$name = $opt->{name};
 


hooks/post-receive
-- 
Interchange wellwell catalog



More information about the wellwell-devel mailing list