|
@@ -2719,12 +2719,9 @@ class Database
|
|
|
|
|
|
if ($result) {
|
|
|
$this->state = true;
|
|
|
- $result = implode('', $result);
|
|
|
if (!$this->manage_button) {
|
|
|
- //$result = str_replace('<td></td>', '', $result);
|
|
|
+ $result[$k] = str_replace('<td></td>', '', $result[$k]);
|
|
|
}
|
|
|
- } else {
|
|
|
- $result = '';
|
|
|
}
|
|
|
|
|
|
if ($type) {
|