Plugin Directory

Changeset 2518561


Ignore:
Timestamp:
04/20/2021 05:16:47 PM (5 years ago)
Author:
atlas89
Message:

update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • exchange-rate-belarusbank-by-atlas/tags/1.2.0/includes/functions.php

    r2517853 r2518561  
    311311            }
    312312            if(isset($cash_array) && !empty($cash_array)) {
    313                     $cash_array['time_update'] = date('d.m.Y H:i:s', strtotime(get_date_from_gmt($data->date_modify)));
     313                    $cash_array['time_update'] = date('d.m.Y H:i:s', strtotime(($data->date_modify)));
    314314                    $cash_array['city'] = $data->city;
    315315                return $cash_array;
Note: See TracChangeset for help on using the changeset viewer.