changeset 146:049be4ab457a

Delete dead code line.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 04 Sep 2017 15:10:35 +0300
parents d0ec01e13de5
children 6c1467fe7d5c
files mgallery.php
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mgallery.php	Mon Sep 04 15:10:23 2017 +0300
+++ b/mgallery.php	Mon Sep 04 15:10:35 2017 +0300
@@ -365,7 +365,6 @@
 
 function mgTimeStr($stamp)
 {
-//  return date_format($stamp, "d M Y (H:i:s)");
   return date("d M Y (H:i:s)", $stamp);
 }