/[cvs]/nfo/php/libs/org.netfrag.flib/Application/RPC/ProxyObject.php
ViewVC logotype

Diff of /nfo/php/libs/org.netfrag.flib/Application/RPC/ProxyObject.php

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

revision 1.6 by jonen, Sun Dec 22 13:26:20 2002 UTC revision 1.7 by jonen, Mon Feb 3 03:31:38 2003 UTC
# Line 3  Line 3 
3  ##    $Id$  ##    $Id$
4  ##    -------------------------------------------------------------------------------------  ##    -------------------------------------------------------------------------------------
5  ##    $Log$  ##    $Log$
6    ##    Revision 1.7  2003/02/03 03:31:38  jonen
7    ##    - moved '$encoder->toISO()' to 'Remote.php'
8    ##
9  ##    Revision 1.6  2002/12/22 13:26:20  jonen  ##    Revision 1.6  2002/12/22 13:26:20  jonen
10  ##    + added support of tangram independent id (e.g. Data::UUID) toggled by option at conrtuctor  ##    + added support of tangram independent id (e.g. Data::UUID) toggled by option at conrtuctor
11  ##  ##
# Line 237  class ProxyObject { Line 240  class ProxyObject {
240        //print "result: " . dumpVar($result) . "<br>";        //print "result: " . dumpVar($result) . "<br>";
241        if (count($result) == 0) { return; }        if (count($result) == 0) { return; }
242                
       // ----- move this to _encode some times:  $this->_encode()  
       $encoder = new TextEncode($result);  
       $encoder->toISO();  
243        if ($_GET[debug]) {        if ($_GET[debug]) {
244          print dumpVar($result);          print dumpVar($result);
245        }        }

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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