~ubuntu-branches/ubuntu/karmic/drupal5/karmic-security

« back to all changes in this revision

Viewing changes to includes/xmlrpc.inc

  • Committer: Bazaar Package Importer
  • Author(s): Emanuele Gentili
  • Date: 2008-08-15 16:15:10 UTC
  • mto: (3.1.1 lenny) (1.1.11 upstream)
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20080815161510-upar1x4oool4358g
Tags: upstream-5.10
ImportĀ upstreamĀ versionĀ 5.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?php
2
 
// $Id: xmlrpc.inc,v 1.38.2.3 2008/06/07 00:38:35 drumm Exp $
 
2
// $Id: xmlrpc.inc,v 1.38.2.4 2008/08/13 18:01:53 drumm Exp $
3
3
 
4
4
/*
5
5
  Drupal XML-RPC library. Based on the IXR - The Incutio XML-RPC Library - (c) Incutio Ltd 2002-2005
387
387
    $xmlrpc_date->hour = date('H', $time);
388
388
    $xmlrpc_date->minute = date('i', $time);
389
389
    $xmlrpc_date->second = date('s', $time);
390
 
    $xmlrpc_date->iso8601 = date('Ymd\TH:i:s');
 
390
    $xmlrpc_date->iso8601 = date('Ymd\TH:i:s', $time);
391
391
  }
392
392
  else {
393
393
    $time = str_replace(array('-', ':'), '', $time);