projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41c32ec
)
Fix parse error.
author
Jan Schneider
<jan@horde.org>
Mon, 13 Sep 2010 12:36:18 +0000
(14:36 +0200)
committer
Jan Schneider
<jan@horde.org>
Mon, 13 Sep 2010 13:35:09 +0000
(15:35 +0200)
hermes/lib/Application.php
patch
|
blob
|
history
diff --git
a/hermes/lib/Application.php
b/hermes/lib/Application.php
index
7f06cfa
..
48cd5e6
100644
(file)
--- a/
hermes/lib/Application.php
+++ b/
hermes/lib/Application.php
@@
-75,7
+75,7
@@
class Hermes_Application extends Horde_Registry_Application
'title' => _("Deliverables")
),
'invoicing' => array(
- 'title' => _("Invoicing")
;
+ 'title' => _("Invoicing")
)
);
}