# HG changeset patch # User Matti Hamalainen # Date 1504527035 -10800 # Node ID 049be4ab457a717691f7b5f80291ddb7c023169f # Parent d0ec01e13de536fe2dc1ff431c40a6e4deedba24 Delete dead code line. diff -r d0ec01e13de5 -r 049be4ab457a mgallery.php --- 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); }