Skip to content

Commit f8de4f7

Browse files
committed
update
1 parent 0fdf4aa commit f8de4f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

beta/class_backup_SQL.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -539,10 +539,10 @@ function __construct($con = null, $table_name = null, $ext = null, $fname = null
539539
$this->sql_unique = $sql_unique;
540540
}
541541

542-
/*
542+
/**
543543
* @var bool $debug Used for debug
544544
* @return Bool | Array
545-
*/
545+
**/
546546

547547
public function execute($debug = false) {
548548
$res = array();
@@ -846,7 +846,7 @@ private function check($in, $t) {
846846
case "archive":
847847
if ($in === "tar" || $in === "zip" || $in === false)
848848
return $this->archive = $in;
849-
return $this->archive = false;
849+
return $this->archive = "zip";
850850
break;
851851

852852
case "save":

0 commit comments

Comments
 (0)