projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
797abb7
)
Remove extra Horde_Template object creation
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Tue, 18 Aug 2009 23:10:09 +0000
(19:10 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Tue, 18 Aug 2009 23:10:09 +0000
(19:10 -0400)
kronolith/lib/FreeBusy/View.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/FreeBusy/View.php
b/kronolith/lib/FreeBusy/View.php
index
e3d3169
..
f1351bd
100644
(file)
--- a/
kronolith/lib/FreeBusy/View.php
+++ b/
kronolith/lib/FreeBusy/View.php
@@
-78,7
+78,6
@@
class Kronolith_FreeBusy_View {
// Required to attend.
if (count($this->_requiredMembers) > 0) {
- $template = new Horde_Template();
$rows = '';
foreach ($this->_requiredMembers as $member) {
$member->simplify();
@@
-100,7
+99,6
@@
class Kronolith_FreeBusy_View {
// Optional to attend.
if (count($this->_optionalMembers) > 0) {
- $template = new Horde_Template();
$rows = '';
foreach ($this->_optionalMembers as $member) {
$member->simplify();