projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7716741
)
Fix parse error
author
Chuck Hagenbuch
<chuck@horde.org>
Sun, 3 Oct 2010 18:08:08 +0000
(14:08 -0400)
committer
Chuck Hagenbuch
<chuck@horde.org>
Sun, 3 Oct 2010 18:08:08 +0000
(14:08 -0400)
framework/Util/lib/Horde/String.php
patch
|
blob
|
history
diff --git
a/framework/Util/lib/Horde/String.php
b/framework/Util/lib/Horde/String.php
index
02c456c
..
fa2986a
100644
(file)
--- a/
framework/Util/lib/Horde/String.php
+++ b/
framework/Util/lib/Horde/String.php
@@
-330,7
+330,7
@@
class Horde_String
*
* @return integer The string's length.
*/
- static public function length($string, $charset =
=
'UTF-8')
+ static public function length($string, $charset = 'UTF-8')
{
$charset = self::lower($charset);