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

Stefan Hornburg racke at rt.icdevgroup.org
Mon Feb 2 15:52:39 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  5efa3a2c7db8433d38bb927423b2ac4685ba9a3a (commit)
      from  f7e03c9bb138dfc75e0ac12cc65d9ce8e010b2fd (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 5efa3a2c7db8433d38bb927423b2ac4685ba9a3a
Author: Stefan Hornburg (Racke) <racke at linuxia.de>
Date:   Mon Feb 2 16:51:59 2009 +0100

    passing form part to load/save hooks

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

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

diff --git a/code/form.tag b/code/form.tag
index 42c2d70..99eb1bc 100644
--- a/code/form.tag
+++ b/code/form.tag
@@ -72,7 +72,7 @@ sub {
 				$hooksub = $Config->{Sub}{$hook};
 
 				if ($hooksub) {
-					$hookret = $hooksub->();
+					$hookret = $hooksub->($_->{part});
 
 					if ($hookret->{page}) {
 						$CGI->{mv_nextpage} = $hookret->{page};
@@ -100,7 +100,7 @@ sub {
 				$hooksub = $Config->{Sub}{$hook};
 
 				if ($hooksub) {
-					$hookret = $hooksub->();
+					$hookret = $hooksub->($_->{part});
 				}
 				else {
 					Log("Hook $hook not found.");


hooks/post-receive
-- 
Interchange wellwell catalog



More information about the wellwell-devel mailing list