/[cvs]/nfo/php/libs/org.netfrag.app/Tracer.php
ViewVC logotype

Diff of /nfo/php/libs/org.netfrag.app/Tracer.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by joko, Sun Apr 6 04:25:41 2003 UTC revision 1.4 by joko, Tue Apr 8 17:57:29 2003 UTC
# Line 14  Line 14 
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
# Line 143  class Tracer { Line 146  class Tracer {
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)) {

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed