From 73246071627ea4edea9d9f6e80b3d08b66ee2956 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 16 Jan 2003 13:36:47 +0000 Subject: [PATCH] correct minor bug on file name --- htdocs/compta/bank/fiche.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/compta/bank/fiche.php b/htdocs/compta/bank/fiche.php index 83c841119fd..ed31633298f 100644 --- a/htdocs/compta/bank/fiche.php +++ b/htdocs/compta/bank/fiche.php @@ -1,5 +1,5 @@ +/* Copyright (C) 2002-2003 Rodolphe Quiedeville * * 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 @@ -155,7 +155,7 @@ else if ($user->admin) { - print '[Editer]'; + print '[Editer]'; } else {