rabin 3 년 전
부모
커밋
781113a9b1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Database.php

+ 1 - 1
src/Database.php

@@ -2721,7 +2721,7 @@ class Database
             $this->state = true;
             $result = implode('', $result);
             if (!$this->manage_button) {
-                $result = str_replace('<td></td>', '', $result);
+                //$result = str_replace('<td></td>', '', $result);
             }
         } else {
             $result = '';