projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cda1ff2
)
Avoid undefined variable.
author
Jan Schneider
<jan@horde.org>
Mon, 16 Aug 2010 15:01:10 +0000
(17:01 +0200)
committer
Jan Schneider
<jan@horde.org>
Mon, 16 Aug 2010 21:57:53 +0000
(23:57 +0200)
horde/po/translation.php
patch
|
blob
|
history
diff --git
a/horde/po/translation.php
b/horde/po/translation.php
index
933f594
..
0be7b21
100755
(executable)
--- a/
horde/po/translation.php
+++ b/
horde/po/translation.php
@@
-964,7
+964,7
@@
function commit($help_only = false)
{
global $cmd_options, $apps, $dirs, $debug, $test, $c;
- $docs = $skip = false;
+ $docs = $skip =
$lang =
false;
$git = is_dir(BASE . '/.git');
foreach ($cmd_options[0] as $option) {
switch ($option[0]) {