Skip to content

Commit aad86df

Browse files
committed
V1.0.7
1 parent 64c736a commit aad86df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/class_backup_SQL.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ function execute() {
7676
$this->del_csv != null ? $del_c = $this->del_csv : $del_c = ',';
7777
$this->enc_csv != null ? $enc_c = $this->enc_csv : $enc_c = '';
7878
foreach ($this->ext as $type_ext) {
79-
switch ($type_ext) {
79+
$type_ext = trim($type_ext);
80+
switch ($type_ext) {
8081
case "sql":
8182
$save == true ? $this->sql_exec($con, $tables, $limit) : $this->sql = $this->sql($con, $tables, $limit);
8283
break;

0 commit comments

Comments
 (0)