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

Stefan Hornburg racke at rt.icdevgroup.org
Mon Mar 2 08:46:08 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  010bc8864108a066ef6a3460fbab7d2364e9bf63 (commit)
      from  e6dc0529a1cf538db8bc8dbba21f0b2ec01109fc (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 010bc8864108a066ef6a3460fbab7d2364e9bf63
Author: Stefan Hornburg (Racke) <racke at linuxia.de>
Date:   Mon Mar 2 09:45:52 2009 +0100

    allow form components to be applied for the whole series

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

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 4b9d75c..f7f7066 100644
--- a/code/form.tag
+++ b/code/form.tag
@@ -211,7 +211,7 @@ sub {
 		# read components
 		my (%fhash, $set, $content);
 
-		$set = $Db{form_components}->query(q{select component,location from form_components where name = '%s' and part = '%s' order by priority desc}, $opt->{series}, $opt->{part});
+		$set = $Db{form_components}->query(q{select component,location from form_components where name = '%s' and (part = '%s' or part = '') order by priority desc}, $opt->{series}, $opt->{part});
 
 		for (@$set) {
 			$content = $Tag->include("$Variable->{MV_COMPONENT_DIR}/$_->[0]");


hooks/post-receive
-- 
Interchange wellwell catalog



More information about the wellwell-devel mailing list