in izap-user points i look error in save offers date 1 jan 1970 . I think erorr in file /izap-user-points/actions/admin/save_redeem_coupon.php in this fragment code str.34
$time = split("[\/-]",$posted_array['valid_till']);
$time_str = mktime(23,59,59,$time[0],$time[1],$time[2]);
IzapBase::updatePostedAttribute('valid_till', $time_str);
What think?
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- r00t@r00t

r00t - 0 likes
- r00t@r00t

r00t - 0 likes

You must log in to post replies.may be error in file ../mod/izap-user-points/views/default/object/full.php in string 34 in this code
echo elgg_echo('izap-user-points:valid_till');
echo $valid_time = date('j M Y', $offer->valid_till);