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

Stefan Hornburg racke at rt.icdevgroup.org
Thu Jan 29 21:16:14 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  b35f5ea9c582220b6ec64d9f4f4ddf355a43fddf (commit)
      from  c03dd1276c2ce1e6510e0010c8692e00d10783b2 (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 b35f5ea9c582220b6ec64d9f4f4ddf355a43fddf
Author: Stefan Hornburg (Racke) <racke at linuxia.de>
Date:   Thu Jan 29 22:16:01 2009 +0100

    fix variables

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

Summary of changes and diff:
 code/theme_form_element.sub |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/code/theme_form_element.sub b/code/theme_form_element.sub
index f7b0a48..21745d3 100644
--- a/code/theme_form_element.sub
+++ b/code/theme_form_element.sub
@@ -12,9 +12,9 @@ sub {
 	my ($name, $label, $type, $value, $attributes) = @_;
 	my ($out);
 	
-	$out = theme('form_element_label', $elref->{name}, $label);
-	$out .= theme('form_element_field', $elref->{name},
-				   	$elref->{widget} || 'text',
+	$out = theme('form_element_label', $name, $label);
+	$out .= theme('form_element_field', $name,
+				   	$type,
 					$value,
 					$attributes);
 


hooks/post-receive
-- 
Interchange wellwell catalog



More information about the wellwell-devel mailing list