mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 20:57:26 +02:00
Issue #1746 - Downloads datestamp not being saved correctly.
This commit is contained in:
@@ -1699,7 +1699,7 @@ $columnInfo = array(
|
|||||||
$dlInfo['download_comment'] = $tp->toDB($_POST['download_comment']);
|
$dlInfo['download_comment'] = $tp->toDB($_POST['download_comment']);
|
||||||
$dlInfo['download_class'] = $tp->toDB($_POST['download_class']);
|
$dlInfo['download_class'] = $tp->toDB($_POST['download_class']);
|
||||||
$dlInfo['download_visible'] = $tp->toDB($_POST['download_visible']);
|
$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'])
|
if($_POST['update_datestamp'])
|
||||||
|
Reference in New Issue
Block a user