viewgit/inc/functions.php:22 Function utf8_encode() is deprecated [8192]
Filename | |
---|---|
src/executables/ArcTool.php |
diff --git a/src/executables/ArcTool.php b/src/executables/ArcTool.php index da30b797f..183b375a8 100755 --- a/src/executables/ArcTool.php +++ b/src/executables/ArcTool.php @@ -1476,8 +1476,6 @@ EOD; $recent_log_times[$i] = time(); } $rebuild_dones = []; - $save_partition = 10; - echo "$next_partition < $save_partition\n"; while ($next_partition < $save_partition) { if ($old_next_partition != $next_partition) { $old_next_partition = $next_partition;