1
0
Fork 0

Remove commented code forom cli script

pull/1025/head
Kirill chEbba Chebunin 2012-08-24 17:25:10 +04:00
parent 4f129424e1
commit ba45ef2b70
1 changed files with 0 additions and 2 deletions

View File

@ -9,8 +9,6 @@ error_reporting(-1);
@ini_set('display_errors', 1);
$memoryInBytes = function ($value) {
//$memoryLimit = ini_get('memory_limit');
$unit = strtolower(substr($value, -1, 1));
$value = (int) $value;
switch($unit) {