diff --git a/htdocs/compta/bank/ligne.php b/htdocs/compta/bank/ligne.php index eb5533fb46e..d0e0825423d 100644 --- a/htdocs/compta/bank/ligne.php +++ b/htdocs/compta/bank/ligne.php @@ -1,5 +1,6 @@ + * Copyright (C) 2003 Xavier DUTOIT * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -79,7 +80,7 @@ if ($result) $db->free(); } -print "Edition de la ligne"; +print_titre("Edition de la ligne"); print ""; print ""; print ""; diff --git a/htdocs/fichinter/rapport.php b/htdocs/fichinter/rapport.php index 647ada04848..9be5b800453 100644 --- a/htdocs/fichinter/rapport.php +++ b/htdocs/fichinter/rapport.php @@ -1,5 +1,5 @@ +/* Copyright (C) 2003 Xavier DUTOIT * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,8 +15,8 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - * $Id: - * $Source: + * $Id$ + * $Source$ * */ require("./pre.inc.php");
DateDescription