projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
998e249
)
Fix file name
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Tue, 2 Feb 2010 16:25:04 +0000
(11:25 -0500)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Tue, 2 Feb 2010 16:25:38 +0000
(11:25 -0500)
turba/lib/Driver.php
patch
|
blob
|
history
diff --git
a/turba/lib/Driver.php
b/turba/lib/Driver.php
index
aa9317e
..
e5b55bc
100644
(file)
--- a/
turba/lib/Driver.php
+++ b/
turba/lib/Driver.php
@@
-1844,7
+1844,7
@@
class Turba_Driver
{
static $countries;
if (!isset($countries)) {
- include 'Horde/N
LS/c
ountries.php';
+ include 'Horde/N
ls/C
ountries.php';
}
return isset($countries[$country]) ? $countries[$country] : $country;