comparison mgallery.php @ 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
comparison
equal deleted inserted replaced
145:d0ec01e13de5 146:049be4ab457a
363 } 363 }
364 364
365 365
366 function mgTimeStr($stamp) 366 function mgTimeStr($stamp)
367 { 367 {
368 // return date_format($stamp, "d M Y (H:i:s)");
369 return date("d M Y (H:i:s)", $stamp); 368 return date("d M Y (H:i:s)", $stamp);
370 } 369 }
371 370
372 371
373 function mgFileSize($size) 372 function mgFileSize($size)