/[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.19 by joko, Mon Jun 7 16:56:45 2004 UTC revision 1.20 by joko, Sun Jun 20 23:03:34 2004 UTC
# Line 18  Line 18 
18   *    $Id$   *    $Id$
19   * -------------------------------------------------------------------------   * -------------------------------------------------------------------------
20   *    $Log$   *    $Log$
21     *    Revision 1.20  2004/06/20 23:03:34  joko
22     *    minor fix: don't resolve result-status as "good", if server-status contains errors
23     *
24   *    Revision 1.19  2004/06/07 16:56:45  joko   *    Revision 1.19  2004/06/07 16:56:45  joko
25   *    enabled caching-layers   *    enabled caching-layers
26   *    minor fixes regarding caching   *    minor fixes regarding caching
# Line 552  class DesignPattern_RemoteProxy extends Line 555  class DesignPattern_RemoteProxy extends
555      $status = $this->backend->status();      $status = $this->backend->status();
556      //print Dumper($status);      //print Dumper($status);
557            
558      $good = is_array($result) && sizeof($result) && $status[connected];      $good = !$status[errors] && is_array($result) && sizeof($result) && $status[connected];
559    
560      if ($good) {      if ($good) {
561                

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

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