| 14 |
* $Id$ |
* $Id$ |
| 15 |
* |
* |
| 16 |
* $Log$ |
* $Log$ |
| 17 |
|
* Revision 1.4 2003/04/08 17:57:29 joko |
| 18 |
|
* minor fix: increased width of debug-box |
| 19 |
|
* |
| 20 |
* Revision 1.3 2003/04/06 04:25:41 joko |
* Revision 1.3 2003/04/06 04:25:41 joko |
| 21 |
* + function get_last |
* + function get_last |
| 22 |
* + function out_plain_last10 |
* + function out_plain_last10 |
| 146 |
|
|
| 147 |
$buf = array(); |
$buf = array(); |
| 148 |
//print "<hr/><b><font color=\"red\">ERROR:</font></b><br/>"; |
//print "<hr/><b><font color=\"red\">ERROR:</font></b><br/>"; |
| 149 |
array_push($buf, "<div style=\"background:$color; margin:4px; border:1px black groove; padding:2px;\"><b><font color=\"red\">Event:</font></b> [$code]<br/>"); |
array_push($buf, "<div style=\"width:640px;background:$color; margin:4px; border:1px black groove; padding:2px;\"><b><font color=\"red\">Event:</font></b> [$code]<br/>"); |
| 150 |
|
|
| 151 |
// 1. dump of error object |
// 1. dump of error object |
| 152 |
if (is_array($error)) { |
if (is_array($error)) { |