FIX: Removed unused variable
This commit is contained in:
parent
3a0d4cd47f
commit
37c0b9606b
@ -164,7 +164,6 @@ if ($resql) {
|
||||
header('Content-Disposition: attachment;filename=export_csv.csv');
|
||||
|
||||
$obj = $db->fetch_object($resql);
|
||||
$var = ! $var;
|
||||
|
||||
print '"' . $obj->compta . '",';
|
||||
print '"' . $obj->address . '",';
|
||||
@ -237,4 +236,4 @@ if ($resql) {
|
||||
}
|
||||
|
||||
llxFooter();
|
||||
$db->close();
|
||||
$db->close();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user