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

Diff of /nfo/php/libs/org.netfrag.glib/includes.php

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

revision 1.7 by joko, Mon Mar 3 21:08:47 2003 UTC revision 1.8 by joko, Mon Mar 3 22:13:45 2003 UTC
# Line 3  Line 3 
3  //  $Id$  //  $Id$
4  // ---------------------------------------------------------------------------  // ---------------------------------------------------------------------------
5  //  $Log$  //  $Log$
6    //  Revision 1.8  2003/03/03 22:13:45  joko
7    //  minor update regarding includes
8    //
9  //  Revision 1.7  2003/03/03 21:08:47  joko  //  Revision 1.7  2003/03/03 21:08:47  joko
10  //  updated  //  updated
11  //  //
# Line 63  Line 66 
66      require_once 'Date.php';      require_once 'Date.php';
67    // database... 0.03 execution time for inclusion    // database... 0.03 execution time for inclusion
68      require_once 'DB.php';      require_once 'DB.php';
   // rpc - standard  
   require_once 'XML/RPC/RPC.php';  
69    
70      $timer->setMarker("pear libraries: ready");      $timer->setMarker("pear libraries: ready");
71    
# Line 98  Line 99 
99    
100      // core/transport: rpc-xml communication      // core/transport: rpc-xml communication
101      //loadModule('Data::Driver::Proxy');      //loadModule('Data::Driver::Proxy');
102      loadModule('Data::Driver::RPC::Remote');      //loadModule('Data::Driver::RPC::Remote');
103    
104    
105  // =======================================  // =======================================

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

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