projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc2fe01
)
Error silencing was removed.
author
Jan Schneider
<jan@horde.org>
Sun, 3 Oct 2010 18:49:42 +0000
(20:49 +0200)
committer
Jan Schneider
<jan@horde.org>
Sun, 3 Oct 2010 18:58:35 +0000
(20:58 +0200)
framework/Core/lib/Horde.php
patch
|
blob
|
history
diff --git
a/framework/Core/lib/Horde.php
b/framework/Core/lib/Horde.php
index
946b0d1
..
d4ebb3e
100644
(file)
--- a/
framework/Core/lib/Horde.php
+++ b/
framework/Core/lib/Horde.php
@@
-1166,8
+1166,6
@@
HTML;
{
if (!empty($title)) {
$title = '<pre>' . preg_replace(array('/\n/', '/((?<!<br)\s{1,}(?<!\/>))/em', '/<br \/><br \/>/', '/<br \/>/'), array('', 'str_repeat(" ", strlen("$1"))', '<br /> <br />', '<br />'), nl2br(htmlspecialchars(htmlspecialchars($title)))) . '</pre>';
- error_reporting($old_error);
-
self::addScriptFile('tooltips.js', 'horde');
}