FIX: Removed unused variable

This commit is contained in:
Raphaël Doursenaud 2014-09-18 14:32:50 +02:00 committed by Raphaël Doursenaud
parent 3a0d4cd47f
commit 37c0b9606b

View File

@ -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();