projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae9282c
)
Parse error: add missing '}'.
author
Matt Selsky
<selsky@columbia.edu>
Tue, 23 Jun 2009 13:23:31 +0000
(09:23 -0400)
committer
Matt Selsky
<selsky@columbia.edu>
Tue, 23 Jun 2009 13:23:31 +0000
(09:23 -0400)
crumb/lib/Forms/AddClient.php
patch
|
blob
|
history
diff --git
a/crumb/lib/Forms/AddClient.php
b/crumb/lib/Forms/AddClient.php
index
ead833a
..
85426a7
100644
(file)
--- a/
crumb/lib/Forms/AddClient.php
+++ b/
crumb/lib/Forms/AddClient.php
@@
-65,7
+65,7
@@
class Horde_Form_AddClient extends Horde_Form
}
} elseif ($vars->get('chooseQueue') == 'assign') {
$queues = $GLOBALS['registry']->listQueues();
-
+ }
$action = &Horde_Form_Action::factory('reload');
$select = &$this->addVariable(_("Group"), 'rectype', 'enum', true, false, null, array($addOrPick, true));