projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf4ad89
)
We dont use groups here
author
Duck (Jakob Munih)
<duck@obala.net>
Tue, 28 Apr 2009 17:51:04 +0000
(19:51 +0200)
committer
Duck (Jakob Munih)
<duck@obala.net>
Tue, 28 Apr 2009 17:51:04 +0000
(19:51 +0200)
folks/edit/friends/invite.php
patch
|
blob
|
history
diff --git
a/folks/edit/friends/invite.php
b/folks/edit/friends/invite.php
index
c0ea69e
..
946a2de
100644
(file)
--- a/
folks/edit/friends/invite.php
+++ b/
folks/edit/friends/invite.php
@@
-22,9
+22,7
@@
require_once FOLKS_BASE . '/lib/Friends.php';
$friends = Folks_Friends::singleton();
// Manage adding groups
-$form = new Horde_Form($vars, $title, 'addgroup');
-$translated = Horde::loadConfiguration('groups.php', 'groups', 'folks');
-asort($translated);
+$form = new Horde_Form($vars, $title, 'invite');
$form->addVariable(_("Friend's e-mail"), 'email', 'email', true);
$v = &$form->addVariable(_("Subject"), 'subject', 'text', true);