projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07b901b
)
ws
author
Jan Schneider
<jan@horde.org>
Mon, 27 Jul 2009 16:23:12 +0000
(18:23 +0200)
committer
Jan Schneider
<jan@horde.org>
Mon, 27 Jul 2009 16:23:12 +0000
(18:23 +0200)
kronolith/ajax.php
patch
|
blob
|
history
diff --git
a/kronolith/ajax.php
b/kronolith/ajax.php
index
3f273de
..
d3f59f0
100644
(file)
--- a/
kronolith/ajax.php
+++ b/
kronolith/ajax.php
@@
-130,7
+130,7
@@
try {
}
$taskList = Horde_Util::getFormData('list');
- $taskType
= Horde_Util::getFormData('taskType');
+ $taskType = Horde_Util::getFormData('taskType');
$tasks = $registry->call('tasks/listTasks',
array(null, null, null, $taskList, $taskType, true));
if (is_a($tasks, 'PEAR_Error')) {