thomas: server/patches/horde/3.2-rc3/fbview-kronolith HK-SB-Fbview_extra_params_fbview-kronolith-3.2-rc3.patch, 1.1, 1.2

cvs at kolab.org cvs at kolab.org
Fri May 23 11:19:55 CEST 2008


Author: thomas

Update of /kolabrepository/server/patches/horde/3.2-rc3/fbview-kronolith
In directory doto:/tmp/cvs-serv25702/patches/horde/3.2-rc3/fbview-kronolith

Modified Files:
	HK-SB-Fbview_extra_params_fbview-kronolith-3.2-rc3.patch 
Log Message:
busyblock.tpl was renamed to busyblock.html, so adjust the patch


Index: HK-SB-Fbview_extra_params_fbview-kronolith-3.2-rc3.patch
===================================================================
RCS file: /kolabrepository/server/patches/horde/3.2-rc3/fbview-kronolith/HK-SB-Fbview_extra_params_fbview-kronolith-3.2-rc3.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- HK-SB-Fbview_extra_params_fbview-kronolith-3.2-rc3.patch	13 Mar 2008 15:37:25 -0000	1.1
+++ HK-SB-Fbview_extra_params_fbview-kronolith-3.2-rc3.patch	23 May 2008 09:19:53 -0000	1.2
@@ -8,7 +8,7 @@
              $rows = '';
              foreach ($this->_requiredMembers as $member) {
 -                $blocks = $this->_getBlocks($member, $member->getBusyPeriods(), 'busyblock.html', _("Busy"));
-+                $blocks = $this->_getBlocks($member, $member->getBusyPeriods(), 'busyblock.tpl', _("Busy"), $member->getExtraParams());
++                $blocks = $this->_getBlocks($member, $member->getBusyPeriods(), 'busyblock.html', _("Busy"), $member->getExtraParams());
                  $template = new Horde_Template();
                  $template->set('blocks', $blocks);
                  $template->set('name', $member->getName());
@@ -17,7 +17,7 @@
              $rows = '';
              foreach ($this->_optionalMembers as $member) {
 -                $blocks = $this->_getBlocks($member, $member->getBusyPeriods(), 'busyblock.html', _("Busy"));
-+                $blocks = $this->_getBlocks($member, $member->getBusyPeriods(), 'busyblock.tpl', _("Busy"), $member->getExtraParams());
++                $blocks = $this->_getBlocks($member, $member->getBusyPeriods(), 'busyblock.html', _("Busy"), $member->getExtraParams());
                  $template = new Horde_Template();
                  $template->set('blocks', $blocks);
                  $template->set('name', $member->getName());





More information about the commits mailing list