| Summary | compile error when just installed |
| Queue | Horde Base |
| Queue Version | 3.0.5 |
| Type | Bug |
| State | Not A Bug |
| Priority | 3. High |
| Owners | |
| Requester | coach (at) halinasplace (dot) com (dot) au |
| Created | 10/13/05 (7562 days ago) |
| Due | |
| Updated | 10/13/05 (7562 days ago) |
| Assigned | |
| Resolved | 10/13/05 (7562 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Not A Bug
broken Horde version from, or what you did to break it that badly, but
please stop spamming this bug tracker with problems that are not
caused by us.
State ⇒ Unconfirmed
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ compile error when just installed
Queue ⇒ Horde Base
C:\Inetpub\wwwroot\horde\lib\Horde.php on line 736
horde code as delivered
if (!empty($status)) {
$ret .= " onmouseout="window.status=\'\';"
onmouseover="window.status=\'' .
@htmlspecialchars(strtr(addslashes($status), array(("\r" ""=> '', "\n"
=> '')), ENT_QUOTES, $charset) . '\'; return true;"";
}
What's wrong with this code ?