[freeside-commits] branch master updated. 8dfcff6e8176822352dc79d3ddfbf0a3b1e3ea74
Ivan
ivan at 420.am
Fri Mar 28 11:29:50 PDT 2014
The branch, master has been updated
via 8dfcff6e8176822352dc79d3ddfbf0a3b1e3ea74 (commit)
from a1c03bd93dd860337a847a7b696cf6829ad14672 (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 8dfcff6e8176822352dc79d3ddfbf0a3b1e3ea74
Author: Ivan Kohler <ivan at freeside.biz>
Date: Fri Mar 28 11:29:50 2014 -0700
fix precheck callback
diff --git a/httemplate/edit/process/upload_target.html b/httemplate/edit/process/upload_target.html
index 8755bed..f6cb9cd 100644
--- a/httemplate/edit/process/upload_target.html
+++ b/httemplate/edit/process/upload_target.html
@@ -20,6 +20,8 @@ sub precheck {
$cgi->param($1, $cgi->param($_));
}
}
+
+ ''; #no error
}
</%init>
-----------------------------------------------------------------------
Summary of changes:
httemplate/edit/process/upload_target.html | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
More information about the freeside-commits
mailing list