projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32b8d7d
)
Fix typo
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 29 Jul 2009 20:33:47 +0000
(14:33 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 29 Jul 2009 20:33:47 +0000
(14:33 -0600)
imp/test.php
patch
|
blob
|
history
diff --git
a/imp/test.php
b/imp/test.php
index
4b04f1c
..
4d7f817
100644
(file)
--- a/
imp/test.php
+++ b/
imp/test.php
@@
-94,7
+94,7
@@
function _doConnectionTest()
function _errorMsg($e)
{
- echo "<span style=
"color:red
">ERROR</span> - The server returned the following error message:\n" .
+ echo "<span style=
\"color:red\
">ERROR</span> - The server returned the following error message:\n" .
'<pre>' . $e->getMessage() . '</pre><p />';
}