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

Stefan Hornburg racke at rt.icdevgroup.org
Fri Mar 20 14:17:28 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  0d5ffef1fc788700ab3a2b03b649575e7fb5f1fa (commit)
      from  1fa16631861bfd4bae844a6429cc420336fae2f1 (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 0d5ffef1fc788700ab3a2b03b649575e7fb5f1fa
Author: Stefan Hornburg (Racke) <racke at linuxia.de>
Date:   Fri Mar 20 15:17:08 2009 +0100

    use name of part for title theming

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

Summary of changes and diff:
 code/form.tag |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/code/form.tag b/code/form.tag
index 35d9a28..6ab37ae 100644
--- a/code/form.tag
+++ b/code/form.tag
@@ -125,7 +125,7 @@ sub {
 		return;
 	}
 
-		push(@out_title, theme('form_title', $name, $opt->{label}, $opt));
+		push(@out_title, theme('form_title', $opt->{part}, $opt->{label}, $opt));
 
 		if ($opt->{prepend}) {
 			push(@out_title, $opt->{prepend});


hooks/post-receive
-- 
Interchange wellwell catalog



More information about the wellwell-devel mailing list