mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 19:30:25 +02:00
Code cleanup / globals removal etc.
This commit is contained in:
@@ -357,9 +357,9 @@ while ($files[$c])
|
||||
{
|
||||
$img = "def";
|
||||
}
|
||||
$size = $e107->parseMemorySize(filesize(e_BASE.$path."/".$files[$c]));
|
||||
$size = eHelper::parseMemorySize(filesize(e_BASE.$path."/".$files[$c]));
|
||||
$gen = new convert;
|
||||
$filedate = $gen -> convert_date(filemtime(e_BASE.$path."/".$files[$c]), "forum");
|
||||
$filedate = e107::getDate()->convert_date(filemtime(e_BASE.$path."/".$files[$c]), "forum");
|
||||
|
||||
$text .= "
|
||||
<tr>
|
||||
|
Reference in New Issue
Block a user