Skip to content

Commit 9b24744

Browse files
committed
optimize
1 parent 9454558 commit 9b24744

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
@@ -307,11 +307,11 @@ protected function csv_pdo($con, $table, $del, $enc, $header_name) {
307307

308308
$num_fields = $result->columnCount();
309309

310-
if (!is_string($del) || strlen($del) != 1)
310+
if (!is_string($del) || strlen($del) != 1)
311311
$del = ",";
312312
if (!is_string($enc) || strlen($enc) != 1)
313-
$enc = "";
314-
313+
$enc = "";
314+
315315
/* HEADER */
316316

317317
if ($header_name === true) {

0 commit comments

Comments
 (0)