RSS

(root)/drupal/6 : 11 : modules/system/system.admin.inc

Ā« back to all changes in this revision

Viewing changes to modules/system/system.admin.inc

David Strauss
2010-03-04 01:32:05
Revision ID: david@fourkitchens.com-20100304013205-rzm7nzx405tybf1o
Tags: DRUPAL-6-16
DrupalĀ 6.16

Show diffs side-by-side

added added

removed removed

1
1
<?php
2
 
// $Id: system.admin.inc,v 1.63.2.13 2009/09/16 18:02:32 goba Exp $
 
2
// $Id: system.admin.inc,v 1.63.2.14 2010/03/01 10:20:28 goba Exp $
3
3
 
4
4
/**
5
5
 * @file
1626
1626
 */
1627
1627
function system_date_time_lookup() {
1628
1628
  $result = format_date(time(), 'custom', $_GET['format']);
1629
 
  echo drupal_to_js($result);
1630
 
  exit;
 
1629
  drupal_json($result);
1631
1630
}
1632
1631
 
1633
1632
/**

Loggerhead 1.17 is a web-based interface for Bazaar branches