You are here

function globallink_view_log in GlobalLink Connect for Drupal 7.6

Same name and namespace in other branches
  1. 7.7 globallink_settings.inc \globallink_view_log()
  2. 7.5 globallink_settings.inc \globallink_view_log()

Wraps globallink_convert_date_to_timestamp.

Parameters

string $from_date: The desired log date.

1 string reference to 'globallink_view_log'
globallink_menu in ./globallink.module
Implements hook_menu().

File

./globallink_settings.inc, line 531

Code

function globallink_view_log($from_date) {
  $from_date = globallink_convert_date_to_timestamp($from_date);
}