diff options
Diffstat (limited to 'view/melaine.php')
-rw-r--r-- | view/melaine.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/view/melaine.php b/view/melaine.php index 0067738..216857d 100644 --- a/view/melaine.php +++ b/view/melaine.php | |||
@@ -80,7 +80,6 @@ foreach ($articles as $article) | |||
80 | if($_SESSION['admin'] == 1 && isset($_GET['action']) && $_GET['action'] == 'editor' && isset($_GET['article']) && $_GET['article'] == $j) | 80 | if($_SESSION['admin'] == 1 && isset($_GET['action']) && $_GET['action'] == 'editor' && isset($_GET['article']) && $_GET['article'] == $j) |
81 | { | 81 | { |
82 | // on pourrait utiliser le timedate, ou encore le nom de l'article | 82 | // on pourrait utiliser le timedate, ou encore le nom de l'article |
83 | //echo("\n<p>Modifier l'article " . $j . "</p>"); | ||
84 | echo("<p>Modification d'un article</p>"); | 83 | echo("<p>Modification d'un article</p>"); |
85 | echo "\n"; | 84 | echo "\n"; |
86 | 85 | ||