#452 : change parseFormula and checkFormula in a OO Way + renaming of functions and file, create a new class : Impress

This commit is contained in:
Dany De Bontridder 2011-11-15 11:32:03 +00:00
parent 1d233ea1b7
commit 427db197ee
17 changed files with 265 additions and 252 deletions

View file

@ -25,7 +25,7 @@ require_once ("ac_common.php");
require_once('class_database.php');
require_once ('class_user.php');
require_once("class_acc_report.php");
require_once("impress_inc.php");
require_once("class_impress.php");
header('Pragma: public');
header('Content-type: application/csv');
header('Content-Disposition: attachment;filename="rapport.csv"',FALSE);