Skip to content

Commit de58703

Browse files
authored
Update class_backup_SQL.php
bug_tables
1 parent 7cbec4c commit de58703

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/class_backup_SQL.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@ private function check($in, $t) {
831831

832832
case "tables":
833833
if (is_array($in))
834-
return true;
834+
return $this->table_name = $in;
835835
if (is_string($in) && $in != "*" && $in != "")
836836
return $this->table_name = explode(",", $in);
837837
return $this->table_name = $this->query_table($this->con, $this->type);
@@ -942,4 +942,4 @@ private function debug() {
942942
}
943943

944944

945-
?>
945+
?>

0 commit comments

Comments
 (0)