1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-22 13:41:52 +02:00

Fixes - Allow to set time for download item

This commit is contained in:
Tijn Kuyper 2018-06-25 16:39:26 +02:00 committed by GitHub
parent 20f35e6186
commit 5689e8044e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1526,7 +1526,7 @@ $columnInfo = array(
$download_datestamp = time();
}
$text .= $frm->datepicker('download_datestamp',$download_datestamp);
$text .= $frm->datepicker('download_datestamp', $download_datestamp, 'type=datetime');
// $update_checked = ($_POST['update_datestamp']) ? "checked='checked'" : "";
// $text .= " &nbsp;&nbsp;<span><input type='checkbox' value='1' name='update_datestamp' $update_checked/>".DOWLAN_148."</span>";