~edb/quam-plures/item_show_attachments

« back to all changes in this revision

Viewing changes to blogs/inc/antispam/model/_antispam.funcs.php

  • Committer: fplanque
  • Date: 2008-01-14 06:22:06 UTC
  • Revision ID: cvs-1:fplanque-20080114062206-qipq1knxpvphnpz7
Refactoring

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
 * @author fplanque: Francois PLANQUE.
36
36
 * @author vegarg: Vegar BERG GULDAL.
37
37
 *
38
 
 * @version $Id: _antispam.funcs.php,v 1.3 2007/11/28 16:38:21 fplanque Exp $
 
38
 * @version $Id: _antispam.funcs.php,v 1.4 2008/01/14 07:22:06 fplanque Exp $
39
39
 */
40
40
if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
41
41
 
156
156
        }
157
157
 
158
158
        // Construct XML-RPC client:
159
 
        load_funcs('_ext/xmlrpc/_xmlrpc.php' );
 
159
        load_funcs('xmlrpc/model/_xmlrpc.funcs.php');
160
160
        $client = new xmlrpc_client( $antispamsrv_uri, $antispamsrv_host, $antispamsrv_port);
161
161
        $client->debug = $debug;
162
162
 
197
197
        global $Messages, $Settings, $baseurl, $debug, $antispamsrv_host, $antispamsrv_port, $antispamsrv_uri;
198
198
 
199
199
        // Construct XML-RPC client:
200
 
        load_funcs('_ext/xmlrpc/_xmlrpc.php' );
 
200
        load_funcs('xmlrpc/model/_xmlrpc.funcs.php');
201
201
        $client = new xmlrpc_client( $antispamsrv_uri, $antispamsrv_host, $antispamsrv_port);
202
202
        $client->debug = $debug;
203
203
 
325
325
 
326
326
/*
327
327
 * $Log: _antispam.funcs.php,v $
 
328
 * Revision 1.4  2008/01/14 07:22:06  fplanque
 
329
 * Refactoring
 
330
 *
328
331
 * Revision 1.3  2007/11/28 16:38:21  fplanque
329
332
 * minor
330
333
 *