Reformat the code with

- astyle --style=ansi
Broke : the <<<<EOF
.
This commit is contained in:
Dany De Bontridder 2010-09-14 15:27:31 +00:00
parent 6c1a597fdf
commit 0e5fcddfc1
246 changed files with 42452 additions and 36227 deletions

View file

@ -20,7 +20,7 @@
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
/*!\file
/*!\file
* \brief contains several function to replace the header in generated document
*
*/
@ -32,13 +32,14 @@ require_once('class_dossier.php');
date_default_timezone_set ('Europe/Brussels');
function header_txt($p_cn) {
$own=new own($p_cn);
$soc=$own->MY_NAME;
function header_txt($p_cn)
{
$own=new own($p_cn);
$soc=$own->MY_NAME;
$date=date('d / m / Y H:i ');
$dossier=utf8_decode(" Dossier : ".dossier::name());
return $dossier." ".$soc." ".$date;
}
$date=date('d / m / Y H:i ');
$dossier=utf8_decode(" Dossier : ".dossier::name());
return $dossier." ".$soc." ".$date;
}
?>