Skip to content
Snippets Groups Projects
Commit 73246071 authored by Rodolphe Quiedeville's avatar Rodolphe Quiedeville
Browse files

correct minor bug on file name

parent bc1bdf41
Branches
Tags
No related merge requests found
<?PHP <?PHP
/* Copyright (C) 2002 Rodolphe Quiedeville <rodolphe@quiedeville.org> /* Copyright (C) 2002-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by
...@@ -155,7 +155,7 @@ else ...@@ -155,7 +155,7 @@ else
if ($user->admin) if ($user->admin)
{ {
print '<td width="25%" bgcolor="#e0E0E0" align="center">[<a href="fiche.php3?action=edit&id='.$id.'">Editer</a>]</td>'; print '<td width="25%" bgcolor="#e0E0E0" align="center">[<a href="fiche.php?action=edit&id='.$id.'">Editer</a>]</td>';
} }
else else
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment