mirror of
https://github.com/e107inc/e107.git
synced 2025-04-20 04:32:01 +02:00
Issue #1746 - Downloads datestamp not being saved correctly.
This commit is contained in:
parent
3c5019d29f
commit
a985a6e9b1
@ -1699,7 +1699,7 @@ $columnInfo = array(
|
||||
$dlInfo['download_comment'] = $tp->toDB($_POST['download_comment']);
|
||||
$dlInfo['download_class'] = $tp->toDB($_POST['download_class']);
|
||||
$dlInfo['download_visible'] = $tp->toDB($_POST['download_visible']);
|
||||
$dlInfo['download_datestamp'] = e107::getDate()->convert($_POST['download_datestamp'],'inputdate');
|
||||
$dlInfo['download_datestamp'] = intval($_POST['download_datestamp']);
|
||||
|
||||
|
||||
if($_POST['update_datestamp'])
|
||||
|
Loading…
x
Reference in New Issue
Block a user