Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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‎

Lines changed: 2 additions & 2 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /