1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Fixes #1746 - 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

View File

@@ -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>";