/[cvs]/nfo/php/libs/org.netfrag.glib/DesignPattern/RemoteProxy.php
ViewVC logotype

Diff of /nfo/php/libs/org.netfrag.glib/DesignPattern/RemoteProxy.php

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

revision 1.13 by joko, Fri Apr 4 17:38:03 2003 UTC revision 1.14 by joko, Wed Apr 9 02:06:45 2003 UTC
# Line 18  Line 18 
18   *    $Id$   *    $Id$
19   * -------------------------------------------------------------------------   * -------------------------------------------------------------------------
20   *    $Log$   *    $Log$
21     *    Revision 1.14  2003/04/09 02:06:45  joko
22     *    errormessage now shown preformatted
23     *
24   *    Revision 1.13  2003/04/04 17:38:03  joko   *    Revision 1.13  2003/04/04 17:38:03  joko
25   *    modifications regarding error-/exception-handling and -tracing   *    modifications regarding error-/exception-handling and -tracing
26   *   *
# Line 560  function draw_error_box($status) { Line 563  function draw_error_box($status) {
563    $statusbox->add( html_span('boxlabel_yellow', "Connected:"), $status[connected], html_br() );    $statusbox->add( html_span('boxlabel_yellow', "Connected:"), $status[connected], html_br() );
564    $statusbox->add( html_span('boxlabel_yellow', "RPCSESSID:"), $status[RPCSESSID], html_br() );    $statusbox->add( html_span('boxlabel_yellow', "RPCSESSID:"), $status[RPCSESSID], html_br() );
565    foreach ($status[errors] as $error) {    foreach ($status[errors] as $error) {
566      $statusbox->add( html_span('boxlabel_yellow', "Error($error[code]):"), $error[message], html_br() );      $msg = html_pre($error[message]);
567        $statusbox->add( html_span('boxlabel_yellow', "Error($error[code]):"), $msg );
568    }    }
569        
570    $message = "Error while talking to remote side. Please check wire, socket or api.";    $message = "Error while talking to remote side. Please check wire, socket or api.";

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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