| 3 |
// $Id$ |
// $Id$ |
| 4 |
// ------------------------------------------------------------------------- |
// ------------------------------------------------------------------------- |
| 5 |
// $Log$ |
// $Log$ |
| 6 |
|
// Revision 1.4 2002/12/03 17:48:42 joko |
| 7 |
|
// + bugfix - too fast making changes before - debug box stayed empty ;) |
| 8 |
|
// |
| 9 |
// Revision 1.3 2002/12/03 17:39:38 joko |
// Revision 1.3 2002/12/03 17:39:38 joko |
| 10 |
// + don't have _any_ kind of php-errors in the (critical) startup-phase |
// + don't have _any_ kind of php-errors in the (critical) startup-phase |
| 11 |
// |
// |
| 77 |
if (!isset($debugbox_status['injs'])) { $debugbox_status['injs'] = 0; } |
if (!isset($debugbox_status['injs'])) { $debugbox_status['injs'] = 0; } |
| 78 |
|
|
| 79 |
// don't do any output when inside javascript |
// don't do any output when inside javascript |
| 80 |
if (isset($debugbox_status['injs'])) { return; } |
if ($debugbox_status['injs']) { return; } |
| 81 |
|
|
| 82 |
//$message = str_replace("\n", "", $message); |
//$message = str_replace("\n", "", $message); |
| 83 |
//$message = str_replace("'", '', $message); |
//$message = str_replace("'", '', $message); |